diff options
author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-04-06 02:01:34 +0000 |
---|---|---|
committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-04-06 02:01:34 +0000 |
commit | 31d8068b331af435c50cacfbb0ed2de1c2221f4d (patch) | |
tree | b91b2a95196d99a2933e4605563598aa82e0e1c3 | |
parent | cfa19ff00cd717c1b5a19ad87cd6f8103a0717a9 (diff) | |
download | rockbox-31d8068b331af435c50cacfbb0ed2de1c2221f4d.tar.gz rockbox-31d8068b331af435c50cacfbb0ed2de1c2221f4d.zip |
End the default remote-WPS with a newline. Fixes FS #6979.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13041 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 6307fed157..4384284901 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -359,7 +359,7 @@ bool gui_wps_display(void) "%s%?it<%?in<%in. |>%it|%fn>\n" "%al%pc/%pt%ar[%pp:%pe]\n" "%fbkBit %?fv<avg|> %?iv<(id3v%iv)|(no id3)>\n" - "%pb", false); + "%pb\n", false); } #endif } |