From ff2391694062940649365d0550a05c16924ff027 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Wed, 24 Oct 2012 11:48:20 +0100 Subject: [PATCH] Correct the comment. The global variable "doc" is actually shared by ALL functions, so the old comment was incorrect. --- extr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/extr.c b/extr.c index c41debee6..2bd69e4dc 100644 --- a/extr.c +++ b/extr.c @@ -25,7 +25,6 @@ #include "mupdf-internal.h" #include -/* doc is shared between save_attachments() and dump_stream() */ static pdf_document *doc; void dump_stream(int i, FILE *fout)