[FFmpeg-cvslog] r16200 - trunk/cmdutils.c
stefano
subversion
Thu Dec 18 01:13:19 CET 2008
Author: stefano
Date: Thu Dec 18 01:13:19 2008
New Revision: 16200
Log:
Fix weird indent.
Modified:
trunk/cmdutils.c
Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c (original)
+++ trunk/cmdutils.c Thu Dec 18 01:13:19 2008
@@ -127,10 +127,10 @@ void parse_options(int argc, char **argv
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");
More information about the ffmpeg-cvslog
mailing list