[FFmpeg-cvslog] r16200 - trunk/cmdutils.c
Stefano Sabatini
stefano.sabatini-lala
Thu Dec 18 01:28:10 CET 2008
On date Thursday 2008-12-18 01:13:19 +0100, stefano wrote:
> 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");
I thought that was trivial enough to be applied without maintainer's
approval, blame me otherwise.
Regards.
More information about the ffmpeg-cvslog
mailing list