add missing 'else' action in DisplaySong()

master
Andrzej Rybczak 17 years ago
parent a5cf562a81
commit d139320ac9
  1. 1
      src/helpers.cpp

@ -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)

Loading…
Cancel
Save