Correct the comment.

The global variable "doc" is actually shared by ALL functions, so the
old comment was incorrect.
pull/2/merge
Tigran Aivazian 12 years ago committed by Qingping Hou
parent fc20c0af26
commit ff23916940

@ -25,7 +25,6 @@
#include "mupdf-internal.h"
#include <libgen.h>
/* doc is shared between save_attachments() and dump_stream() */
static pdf_document *doc;
void dump_stream(int i, FILE *fout)

Loading…
Cancel
Save