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

Commit a666dfa

Browse files
committed
add missing newline
1 parent e208b51 commit a666dfa

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
@@ -2223,7 +2223,7 @@ main(int argc, char **argv)
22232223
exit(1);
22242224
}
22252225
#else
2226-
fprintf(stderr, _("%s: symlinks are not supported on this platform"));
2226+
fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
22272227
exit(1);
22282228
#endif
22292229
free(linkloc);

0 commit comments

Comments
 (0)