Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2011-01-03 12:43:48 +00:00
parent 004357a11f
commit f03424a782

View File

@ -255,8 +255,8 @@ int opt_default(const char *opt, const char *arg){
}
}
if(!p && !oformat){
fprintf(stderr, "Unrecognized option '%s'\n", opt);
exit(1);
fprintf(stderr, "Unrecognized option '%s'\n", opt);
exit(1);
}
}