diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-27 19:15:29 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-27 19:15:29 +0100 |
commit | 2e6a6526065732a03288923e60f81646133ae7b6 (patch) | |
tree | 37ca7b110b906a4cf8bdbe007ec8224a426787b3 /src | |
parent | adc4c7778a6312fc2991be246899daa4a4a41985 (diff) | |
download | pianobar-windows-2e6a6526065732a03288923e60f81646133ae7b6.tar.gz pianobar-windows-2e6a6526065732a03288923e60f81646133ae7b6.tar.bz2 pianobar-windows-2e6a6526065732a03288923e60f81646133ae7b6.zip |
Missing newline added
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -288,6 +288,7 @@ char *BarUiSelectMusicId (const PianoHandle_t *ph) { BarUiMsg (MSG_QUESTION, "Is this an [a]rtist or [t]rack name? " "Press c to abort. "); read (fileno (stdin), &yesnoBuf, sizeof (yesnoBuf)); + BarUiMsg (MSG_NONE, "\n"); if (yesnoBuf == 'a') { tmpArtist = BarUiSelectArtist (searchResult.artists); if (tmpArtist != NULL) { |