Mercurial > mplayer.hg
diff gui/interface.c @ 33895:53fd5dbe675b
Cosmetic: Adjust indent.
| author | ib |
|---|---|
| date | Fri, 12 Aug 2011 14:10:35 +0000 |
| parents | b2e63fe7fe17 |
| children | e0d211c62cf7 |
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 {
