From: kramm Date: Tue, 1 Apr 2008 16:16:46 +0000 (+0000) Subject: fixed small typo in error message X-Git-Tag: buttons-working~317 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=6dcdf56085885757fa2ad6614fafa7489b937d7b fixed small typo in error message --- diff --git a/src/pdf2swf.c b/src/pdf2swf.c index cbf5454..975aa6c 100644 --- a/src/pdf2swf.c +++ b/src/pdf2swf.c @@ -154,7 +154,7 @@ int args_callback_option(char*name,char*val) { char*x2 = strtok(0, ":"); char*y2 = strtok(0, ":"); if(!(x1 && y1 && x2 && y2)) { - fprintf(stderr, "-m option requires four arguments, :::\n"); + fprintf(stderr, "-c option requires four arguments, :::\n"); exit(1); } custom_clip = 1;