diff options
| author | Stefano Sabatini <[email protected]> | 2008-12-18 00:13:19 +0000 | 
|---|---|---|
| committer | Stefano Sabatini <[email protected]> | 2008-12-18 00:13:19 +0000 | 
| commit | 3749076c77ee59e79f4d2649c41e7714a207e4e3 (patch) | |
| tree | 51c159d2ecf10f9910582e811aefec710252dde6 /cmdutils.c | |
| parent | 7bbacf9a0c26eafbc098fbb928ad63153aa6ac8a (diff) | |
Fix weird indent.
Originally committed as revision 16200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
| -rw-r--r-- | cmdutils.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/cmdutils.c b/cmdutils.c index 9639fef8e4..8b200c8949 100644 --- 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");  | 
