mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
add missing newline
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user