From: Alvaro Herrera Date: Mon, 15 Dec 2014 19:49:41 +0000 (-0300) Subject: add missing newline X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a666dfa99b750e22c9b91c05c0e3492b170a8fb4;p=users%2Fheikki%2Fpostgres.git add missing newline --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 0a33614346..1ad2bd26cb 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);