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 | 4576b9cc46b7a0966b94927b4dcc7d24823cab6a (patch) | |
tree | 9247ebe56573594ae02c70ff55fe5d0c95960a24 | |
parent | 9418820efb32e739706cc3860347089315562ee4 (diff) | |
download | postgresql-4576b9cc46b7a0966b94927b4dcc7d24823cab6a.tar.gz postgresql-4576b9cc46b7a0966b94927b4dcc7d24823cab6a.zip |
add missing newline
-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 e7c2939c523..0470401aea0 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -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); |