summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-09-07 21:49:26 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2008-09-07 21:49:26 +0200
commit653c65fbdff28d35fed6670092bdab690b30ea87 (patch)
tree9b05930205406469e985dc812cfdc81b16a28359 /apps
parentf2bb37234fa3c44d8f194266bf0ea616379ca92c (diff)
downloadmupdf-653c65fbdff28d35fed6670092bdab690b30ea87.tar.xz
Fix compiler warnings.
Diffstat (limited to 'apps')
-rw-r--r--apps/pdftool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdftool.c b/apps/pdftool.c
index 768ace5b..8291c498 100644
--- a/apps/pdftool.c
+++ b/apps/pdftool.c
@@ -587,7 +587,7 @@ drawpnm(int pagenum, struct benchmark *loadtimes, struct benchmark *drawtimes)
char namebuf[256];
char buf[256];
int x, y, w, h, b, bh;
- int fd;
+ int fd = -1;
long start;
long end;
long elapsed;