add missing newline

This commit is contained in:
Alvaro Herrera 2014-12-15 16:49:41 -03:00
parent e208b51f54
commit a666dfa99b

View File

@ -2223,7 +2223,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);