Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Martin Storsjö 14 years ago
parent 004357a11f
commit f03424a782
  1. 4
      cmdutils.c

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

Loading…
Cancel
Save