From 2e6a6526065732a03288923e60f81646133ae7b6 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 27 Mar 2009 19:15:29 +0100 Subject: Missing newline added --- src/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 2b03edb..694e06c 100644 --- a/src/ui.c +++ b/src/ui.c @@ -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) { -- cgit v1.2.3