Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4576b9c

Browse files
committed
add missing newline
1 parent 9418820 commit 4576b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ main(int argc, char **argv)
22082208
exit(1);
22092209
}
22102210
#else
2211-
fprintf(stderr, _("%s: symlinks are not supported on this platform"));
2211+
fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
22122212
exit(1);
22132213
#endif
22142214
free(linkloc);

0 commit comments

Comments
 (0)