1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-18 04:29:09 +03:00

add missing newline

This commit is contained in:
Alvaro Herrera
2014-12-15 16:49:41 -03:00
parent 9418820efb
commit 4576b9cc46

View File

@@ -2208,7 +2208,7 @@ main(int argc, char **argv)
exit(1); exit(1);
} }
#else #else
fprintf(stderr, _("%s: symlinks are not supported on this platform")); fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
exit(1); exit(1);
#endif #endif
free(linkloc); free(linkloc);