Mercurial > mplayer.hg
changeset 33895:53fd5dbe675b
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Fri, 12 Aug 2011 14:10:35 +0000 |
parents | b2e63fe7fe17 |
children | 89157330d7da |
files | gui/interface.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Fri Aug 12 14:09:36 2011 +0000 +++ b/gui/interface.c Fri Aug 12 14:10:35 2011 +0000 @@ -786,8 +786,8 @@ if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) { plLastPlayed = next; setddup(&guiInfo.Filename, next->path, next->name); - guiInfo.StreamType = STREAMTYPE_FILE; - guiInfo.NewPlay = GUI_FILE_NEW; + guiInfo.StreamType = STREAMTYPE_FILE; + guiInfo.NewPlay = GUI_FILE_NEW; nfree(guiInfo.AudioFile); nfree(guiInfo.Subtitlename); } else {