]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix weird indent.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 18 Dec 2008 00:13:19 +0000 (00:13 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 18 Dec 2008 00:13:19 +0000 (00:13 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16200 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

cmdutils.c

index 9639fef8e419bba4d8a46954e3e83670d214f49e..8b200c8949aa3417c1e1ac80df47f2c3e075a6eb 100644 (file)
@@ -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");