(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.

This commit is contained in:
rubidium
2006-08-28 10:14:37 +00:00
parent 6bf2aba697
commit 0ce4de99dc
7 changed files with 45 additions and 41 deletions

View File

@@ -282,9 +282,11 @@ static void MusicTrackSelectionWndProc(Window *w, WindowEvent *e)
SelectSongToPlay();
break;
//case 12: /* save */
// ShowInfo("MusicTrackSelectionWndProc:save not implemented\n");
// break;
#if 0
case 12: /* save */
ShowInfo("MusicTrackSelectionWndProc:save not implemented\n");
break;
#endif
case 5: case 6: case 7: case 8: case 9: case 10: /* set playlist */
msf.playlist = e->click.widget - 5;