diff options
Diffstat (limited to 'source/fitz/stream-open.c')
-rw-r--r-- | source/fitz/stream-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/stream-open.c b/source/fitz/stream-open.c index 3e51e733..c5808a73 100644 --- a/source/fitz/stream-open.c +++ b/source/fitz/stream-open.c @@ -58,7 +58,7 @@ fz_keep_stream(fz_stream *stm) } void -fz_close(fz_stream *stm) +fz_drop_stream(fz_stream *stm) { if (!stm) return; |