[MPlayer-cvslog] r34428 - trunk/mplayer.c
Diego Biurrun
diego at biurrun.de
Sun Dec 11 17:33:11 CET 2011
On Sun, Dec 11, 2011 at 03:44:36PM +0100, ib wrote:
>
> Log:
> Cosmetic: Adjust indent.
>
> --- trunk/mplayer.c Sun Dec 11 15:43:16 2011 (r34427)
> +++ trunk/mplayer.c Sun Dec 11 15:44:36 2011 (r34428)
> @@ -3061,7 +3061,7 @@ play_next_file:
> if (cmd->id == MP_CMD_GUI)
> gui(GUI_RUN_MESSAGE, cmd->args[0].v.s);
> else
> - gui(GUI_RUN_COMMAND, (void *)cmd->id);
> + gui(GUI_RUN_COMMAND, (void *)cmd->id);
> mp_cmd_free(cmd);
This is completely silly. Fold such things into the original commit.
Diego
More information about the MPlayer-cvslog
mailing list