summaryrefslogtreecommitdiff
path: root/ff2jpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ff2jpg.c')
-rw-r--r--ff2jpg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ff2jpg.c b/ff2jpg.c
index 9774549..f4514b8 100644
--- a/ff2jpg.c
+++ b/ff2jpg.c
@@ -47,8 +47,7 @@ jpeg_setup_writer(struct jpeg_compress_struct *s, struct jpeg_error_mgr *e,
static void
usage(void)
{
- fprintf(stderr, "usage: %s [-b colour] [-o] [-q quality]\n", argv0);
- exit(1);
+ die("usage: %s [-b colour] [-o] [-q quality]", argv0);
}
int