diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-03-15 12:21:03 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-03-15 13:19:49 +0100 |
commit | 5f2a92853bd770e1ae00276ce43181fffc466841 (patch) | |
tree | dd831e2fc9e832c052f5335bcbc9f18b3bf36f81 | |
parent | 9ced850d60b61783e0d2fc301b078d28163c45b7 (diff) | |
download | mupdf-5f2a92853bd770e1ae00276ce43181fffc466841.tar.xz |
Silence warning.
-rw-r--r-- | source/tools/mudraw.c | 2 |
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; |