aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-10-02 17:34:03 +0200
committerMax Kellermann <max@duempel.org>2012-10-02 17:34:03 +0200
commitade04836419cadeae3a831575c53f76019ca5ae8 (patch)
tree6f93740b2ab114320a2169f9db94a45ceed632c1 /test
parente5fd1924dba9bcf2a296fa16561e00d72cb0bc00 (diff)
parent03a401e4779a287d2760376a10ef4ea415803b00 (diff)
Merge branch 'v0.17.x'
Diffstat (limited to 'test')
-rw-r--r--test/dump_playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_playlist.c b/test/dump_playlist.c
index 28237a79..56687266 100644
--- a/test/dump_playlist.c
+++ b/test/dump_playlist.c
@@ -159,7 +159,7 @@ int main(int argc, char **argv)
config_global_init();
success = config_read_file(argv[1], &error);
if (!success) {
- g_printerr("%s:", error->message);
+ g_printerr("%s\n", error->message);
g_error_free(error);
return 1;
}