diff options
author | Martin Storsjö <martin@martin.st> | 2011-01-03 12:43:48 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-01-03 12:43:48 +0000 |
commit | f03424a782f39856c66577b106a8c0c9ab5c1da9 (patch) | |
tree | 9727ae8d6b955d8e2388cac38db75a4c21b527e3 /cmdutils.c | |
parent | 004357a11f2af0771e063fcb5349e4ffd47b7b13 (diff) | |
download | ffmpeg-f03424a782f39856c66577b106a8c0c9ab5c1da9.tar.gz |
Reindent
Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdutils.c b/cmdutils.c index a48d0c35c9..7903e27114 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -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); } } |