summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-03 18:09:01 +0200
committerRobin Watts <robin.watts@artifex.com>2013-06-08 21:56:58 -0400
commitb580657f6cf727a01248254fc11952a6b611c1d2 (patch)
tree05f4514a5011badca00dc444e7286d6ee327e5e5 /scripts
parentc0ec7c4927a1a0ab0c5d52fa93b83a68d785499b (diff)
downloadmupdf-b580657f6cf727a01248254fc11952a6b611c1d2.tar.xz
Silence warning.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bin2hex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bin2hex.c b/scripts/bin2hex.c
index e02ff31a..f7b9d8cf 100644
--- a/scripts/bin2hex.c
+++ b/scripts/bin2hex.c
@@ -24,7 +24,6 @@ main(int argc, char **argv)
char name[256];
char *realname;
int i, j, c;
- int bol = 1;
if (argc < 3)
{