mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +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);
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user