projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004357a
)
Reindent
author
Martin Storsjö
<martin@martin.st>
Mon, 3 Jan 2011 12:43:48 +0000
(12:43 +0000)
committer
Martin Storsjö
<martin@martin.st>
Mon, 3 Jan 2011 12:43:48 +0000
(12:43 +0000)
Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
cmdutils.c
patch
|
blob
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index a48d0c35c943f62e2227419dc466776cf716eac2..7903e271140d022e202223e328563c6a4bc9366e 100644
(file)
--- 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);
}
}