From: Alvaro Herrera Date: Mon, 15 Dec 2014 19:49:41 +0000 (-0300) Subject: add missing newline X-Git-Tag: REL9_4_0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a666dfa99b750e22c9b91c05c0e3492b170a8fb4;p=thirdparty%2Fpostgresql.git add missing newline --- 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);