summaryrefslogtreecommitdiff
path: root/include/mupdf/img.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/img.h')
-rw-r--r--include/mupdf/img.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/img.h b/include/mupdf/img.h
index 4c10b0d3..d7612cca 100644
--- a/include/mupdf/img.h
+++ b/include/mupdf/img.h
@@ -28,7 +28,7 @@ image_document *image_open_document(fz_context *ctx, const char *filename);
filename to locate the document to open. Increments the
reference count of the stream. See fz_open_file,
fz_open_file_w or fz_open_fd for opening a stream, and
- fz_close for closing an open stream.
+ fz_drop_stream for closing an open stream.
*/
image_document *image_open_document_with_stream(fz_context *ctx, fz_stream *file);