summaryrefslogtreecommitdiff
path: root/tools/tiff2rgba.c
diff options
context:
space:
mode:
authorJoris Van Damme <joris.at.lebbeke@skynet.be>2007-06-13 14:21:59 +0000
committerJoris Van Damme <joris.at.lebbeke@skynet.be>2007-06-13 14:21:59 +0000
commit78faf0496709158224de884ff9af40d8b342993d (patch)
tree2de29da11093a8ef167951851131f4b38f70faa7 /tools/tiff2rgba.c
parent140aefa24214d5803790d858014d7d3491c291b2 (diff)
downloadlibtiff-git-78faf0496709158224de884ff9af40d8b342993d.tar.gz
BigTIFF upgrade: tiff2rgba.c (last minute correction)
Diffstat (limited to 'tools/tiff2rgba.c')
-rw-r--r--tools/tiff2rgba.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiff2rgba.c b/tools/tiff2rgba.c
index c5cc943c..22f0b3be 100644
--- a/tools/tiff2rgba.c
+++ b/tools/tiff2rgba.c
@@ -1,4 +1,4 @@
-/* $Id: tiff2rgba.c,v 1.14 2007-06-13 14:14:03 joris Exp $ */
+/* $Id: tiff2rgba.c,v 1.15 2007-06-13 14:21:59 joris Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
@@ -63,7 +63,7 @@ main(int argc, char* argv[])
extern int optind;
extern char *optarg;
- while ((c = getopt(argc, argv, "c:r:t:b:n:8")) != -1)
+ while ((c = getopt(argc, argv, "c:r:t:bn8")) != -1)
switch (c) {
case 'b':
process_by_block = 1;