add missing newline

pull/14/head
Alvaro Herrera 11 years ago
parent 9418820efb
commit 4576b9cc46
  1. 2
      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);

Loading…
Cancel
Save