mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
add missing newline
This commit is contained in:
parent
9418820efb
commit
4576b9cc46
@ -2208,7 +2208,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 New Issue
Block a user