summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2008-09-13 13:38:08 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2008-09-13 13:38:08 +0200
commit15e352510d9087e2f48c8059f1756573ae298936 (patch)
treecdfbbce6f8178c9f51892fce4804777230b94562 /src
parent9d4a304669ab7b9d46850a254af1ee0484554c74 (diff)
downloadpianobar-15e352510d9087e2f48c8059f1756573ae298936.tar.gz
pianobar-15e352510d9087e2f48c8059f1756573ae298936.tar.bz2
pianobar-15e352510d9087e2f48c8059f1756573ae298936.zip
Insert newline after password readline ()
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 00e94ca..aa5f2e5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -83,6 +83,7 @@ int main (int argc, char **argv) {
BarTermSetEcho (0);
settings.password = readline ("Password: ");
BarTermSetEcho (1);
+ printf ("\n");
}
if (settings.enableScrobbling) {