From 4576b9cc46b7a0966b94927b4dcc7d24823cab6a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 15 Dec 2014 16:49:41 -0300 Subject: [PATCH] add missing newline --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index e7c2939c52..0470401aea 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); -- 2.40.0