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