summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/pdftohtml.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 2604db7c..392f3362 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -50,8 +50,8 @@ double scale=1.5;
GBool noframes=gFalse;
GBool stout=gFalse;
GBool xml=gFalse;
-GBool errQuiet=gFalse;
-GBool noDrm=gFalse;
+static GBool errQuiet=gFalse;
+static GBool noDrm=gFalse;
GBool showHidden = gFalse;
GBool noMerge = gFalse;