diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 16:59:49 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 16:59:49 +0200 |
commit | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (patch) | |
tree | d78102ce30207c63e7608eeba743efd680c888dc /tools/umax_pp.c | |
parent | 58912f68c2489bcee787599837447e0d64dfd61a (diff) |
New upstream version 1.0.28upstream/1.0.28
Diffstat (limited to 'tools/umax_pp.c')
-rw-r--r-- | tools/umax_pp.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/umax_pp.c b/tools/umax_pp.c index 134320b..7b127e3 100644 --- a/tools/umax_pp.c +++ b/tools/umax_pp.c @@ -35,12 +35,16 @@ main (int argc, char **argv) char *name = NULL; int scan = 0; int lamp = -1; - int i, fd; + int i; int found; int recover = 0; int trace = 0; int maxw, maxh; +#ifdef HAVE_LINUX_PPDEV_H + int fd; +#endif + /* scanning parameters : defaults to preview (75 dpi color, full scan area) */ int gain = 0x0; int offset = 0x646; |