diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-12-15 16:49:41 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-12-15 16:49:41 -0300 |
commit | a666dfa99b750e22c9b91c05c0e3492b170a8fb4 (patch) | |
tree | 50fc905211c630538abb82fff97ad36a47fcc6a2 /src/bin/pg_basebackup/pg_basebackup.c | |
parent | e208b51f5491c85e0e967fe9798ace3f041fe0b7 (diff) |
add missing newline
Diffstat (limited to 'src/bin/pg_basebackup/pg_basebackup.c')
-rw-r--r-- | src/bin/pg_basebackup/pg_basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 0a336143466..1ad2bd26cb4 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -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); |