Mercurial > mplayer.hg
comparison gui/interface.c @ 34066:1b60a54bbfb8
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Thu, 29 Sep 2011 13:36:25 +0000 |
parents | 8a7056729022 |
children | c3b22e92a4ec |
comparison
equal
deleted
inserted
replaced
34065:8a7056729022 | 34066:1b60a54bbfb8 |
---|---|
767 } | 767 } |
768 | 768 |
769 if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) { | 769 if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) { |
770 plLastPlayed = next; | 770 plLastPlayed = next; |
771 uiSetFileName(next->path, next->name, STREAMTYPE_FILE); | 771 uiSetFileName(next->path, next->name, STREAMTYPE_FILE); |
772 guiInfo.NewPlay = GUI_FILE_NEW; | 772 guiInfo.NewPlay = GUI_FILE_NEW; |
773 guiInfo.Track++; | 773 guiInfo.Track++; |
774 } else { | 774 } else { |
775 if (guiInfo.NewPlay == GUI_FILE_NEW) | 775 if (guiInfo.NewPlay == GUI_FILE_NEW) |
776 break; | 776 break; |
777 | 777 |