summaryrefslogtreecommitdiff
path: root/source/tools
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-03-15 12:21:03 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-03-15 13:19:49 +0100
commit5f2a92853bd770e1ae00276ce43181fffc466841 (patch)
treedd831e2fc9e832c052f5335bcbc9f18b3bf36f81 /source/tools
parent9ced850d60b61783e0d2fc301b078d28163c45b7 (diff)
downloadmupdf-5f2a92853bd770e1ae00276ce43181fffc466841.tar.xz
Silence warning.
Diffstat (limited to 'source/tools')
-rw-r--r--source/tools/mudraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/mudraw.c b/source/tools/mudraw.c
index f8b8f467..8318b3c7 100644
--- a/source/tools/mudraw.c
+++ b/source/tools/mudraw.c
@@ -1309,7 +1309,7 @@ int mudraw_main(int argc, char **argv)
{
char *password = "";
fz_document *doc = NULL;
- int c, i;
+ int c;
fz_context *ctx;
fz_alloc_context alloc_ctx = { NULL, trace_malloc, trace_realloc, trace_free };
fz_locks_context *locks = NULL;