summaryrefslogtreecommitdiff
path: root/src/info2html/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info2html/main.c')
-rw-r--r--src/info2html/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info2html/main.c b/src/info2html/main.c
index abe5edbf..63334df3 100644
--- a/src/info2html/main.c
+++ b/src/info2html/main.c
@@ -46,8 +46,8 @@ main(int argc, char **argv)
gzFile f = NULL;
#ifdef HAVE_LIBBZ2
BZFILE *bf=NULL;
-#endif
int bz = 0;
+#endif
char line[250];
poptContext ctx;
int result;