Merge branch 'v0.17.x'

This commit is contained in:
Max Kellermann
2012-10-02 17:34:03 +02:00
3 changed files with 9 additions and 4 deletions

View File

@@ -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;
}