projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bbacf9
)
Fix weird indent.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Thu, 18 Dec 2008 00:13:19 +0000
(
00:13
+0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Thu, 18 Dec 2008 00:13:19 +0000
(
00:13
+0000)
Originally committed as revision 16200 to svn://svn.ffmpeg.org/ffmpeg/trunk
cmdutils.c
patch
|
blob
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index 9639fef8e419bba4d8a46954e3e83670d214f49e..8b200c8949aa3417c1e1ac80df47f2c3e075a6eb 100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-127,10
+127,10
@@
void parse_options(int argc, char **argv, const OptionDef *options,
opt = argv[optindex++];
if (handleoptions && opt[0] == '-' && opt[1] != '\0') {
- if (opt[1] == '-' && opt[2] == '\0') {
- handleoptions = 0;
- continue;
- }
+
if (opt[1] == '-' && opt[2] == '\0') {
+
handleoptions = 0;
+
continue;
+
}
po= find_option(options, opt + 1);
if (!po->name)
po= find_option(options, "default");