From: kramm Date: Sun, 21 Sep 2003 11:25:08 +0000 (+0000) Subject: fixed --h segfault. X-Git-Tag: release-0-5-0~156 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=8fe2515728e298d539da814d81b02cdb2a466df5 fixed --h segfault. --- diff --git a/src/png2swf.c b/src/png2swf.c index 58ebd17..c1bee85 100644 --- a/src/png2swf.c +++ b/src/png2swf.c @@ -820,12 +820,14 @@ int args_callback_option(char *arg, char *val) struct options_t options[] = { +{"h", "help"}, {"o", "output"}, {"r", "rate"}, {"v", "verbose"}, {"X", "width"}, {"Y", "height"}, {"V", "version"}, +{0,0} }; int args_callback_longoption(char *name, char *val)