mirror of
https://github.com/postgres/postgres.git
synced 2026-03-28 21:33:14 -04:00
add missing newline
This commit is contained in:
parent
e208b51f54
commit
a666dfa99b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue