Mercurial > mplayer.hg
diff gui/interface.c @ 34066:1b60a54bbfb8
Cosmetic: Adjust indent.
| author | ib |
|---|---|
| date | Thu, 29 Sep 2011 13:36:25 +0000 |
| parents | 8a7056729022 |
| children | c3b22e92a4ec |
line wrap: on
line diff
--- a/gui/interface.c Thu Sep 29 13:35:31 2011 +0000 +++ b/gui/interface.c Thu Sep 29 13:36:25 2011 +0000 @@ -769,7 +769,7 @@ if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) { plLastPlayed = next; uiSetFileName(next->path, next->name, STREAMTYPE_FILE); - guiInfo.NewPlay = GUI_FILE_NEW; + guiInfo.NewPlay = GUI_FILE_NEW; guiInfo.Track++; } else { if (guiInfo.NewPlay == GUI_FILE_NEW)
