Commit 4021300c authored by Diego Biurrun's avatar Diego Biurrun

grammar error noticed by Mark Cox

Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 844d9012
...@@ -2973,7 +2973,7 @@ static void opt_output_file(const char *filename) ...@@ -2973,7 +2973,7 @@ static void opt_output_file(const char *filename)
if (!file_oformat) { if (!file_oformat) {
file_oformat = guess_format(NULL, filename, NULL); file_oformat = guess_format(NULL, filename, NULL);
if (!file_oformat) { if (!file_oformat) {
fprintf(stderr, "Unable for find a suitable output format for '%s'\n", fprintf(stderr, "Unable to find a suitable output format for '%s'\n",
filename); filename);
exit(1); exit(1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment