projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9418820
)
add missing newline
author
Alvaro Herrera
Mon, 15 Dec 2014 19:49:41 +0000
(16:49 -0300)
committer
Alvaro Herrera
Mon, 15 Dec 2014 19:49:41 +0000
(16:49 -0300)
src/bin/pg_basebackup/pg_basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index e7c2939c52346c346deaf65ffe83f08c6243afec..0470401aea05afff1160256d0770bcd487ba1493 100644
(file)
--- 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);