diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-08 09:20:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-08 09:20:51 +0000 |
commit | 4021300cd5976149a9e27bbe517511cf3ebb211a (patch) | |
tree | 707aad0d0822847fd25e70ff46191c5b34373613 | |
parent | 844d9012a64db8c81c96a7efe337e682224aecf7 (diff) | |
download | ffmpeg-4021300cd5976149a9e27bbe517511cf3ebb211a.tar.gz |
grammar error noticed by Mark Cox
Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2973,7 +2973,7 @@ static void opt_output_file(const char *filename) if (!file_oformat) { file_oformat = guess_format(NULL, filename, NULL); 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); exit(1); } |