add missing newline

This commit is contained in:
Alvaro Herrera 2014-12-15 16:49:41 -03:00
parent 9418820efb
commit 4576b9cc46
1 changed files with 1 additions and 1 deletions

View File

@ -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);