diff options
Diffstat (limited to 'source/tools')
-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; |