Commit 4576b9cc authored by Alvaro Herrera's avatar Alvaro Herrera

add missing newline

parent 9418820e
......@@ -2208,7 +2208,7 @@ main(int argc, char **argv)
exit(1);
}
#else
fprintf(stderr, _("%s: symlinks are not supported on this platform"));
fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
exit(1);
#endif
free(linkloc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment