(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too

This commit is contained in:
rubidium
2009-03-15 00:32:18 +00:00
parent d72273d1f3
commit b25a4f8231
130 changed files with 1724 additions and 1727 deletions

View File

@@ -495,13 +495,13 @@ public:
_left_button_clicked = false;
} break;
case MW_SHUFFLE: //toggle shuffle
case MW_SHUFFLE: // toggle shuffle
msf.shuffle ^= 1;
StopMusic();
SelectSongToPlay();
break;
case MW_PROGRAMME: //show track selection
case MW_PROGRAMME: // show track selection
ShowMusicTrackSelection();
break;