summaryrefslogtreecommitdiff
path: root/tools/tiffdither.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tiffdither.c')
-rw-r--r--tools/tiffdither.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tiffdither.c b/tools/tiffdither.c
index e240ec35..4a7962d6 100644
--- a/tools/tiffdither.c
+++ b/tools/tiffdither.c
@@ -243,9 +243,12 @@ main(int argc, char* argv[])
break;
case 'h':
usage(EXIT_SUCCESS);
+ /*NOTREACHED*/
+ break;
case '?':
usage(EXIT_FAILURE);
/*NOTREACHED*/
+ break;
}
if (argc - optind < 2)
usage(EXIT_FAILURE);