add missing 'else' action in DisplaySong()

This commit is contained in:
Andrzej Rybczak
2008-12-12 19:08:58 +01:00
parent a5cf562a81
commit d139320ac9

View File

@@ -740,6 +740,7 @@ void DisplaySong(const Song &s, void *data, Menu<Song> *menu)
if (!right)
*menu << s.GetAlbum();
else
buf << TO_WSTRING(s.GetAlbum());
break;
case 'y':
if (!right)