add missing newline
This commit is contained in:
parent
e208b51f54
commit
a666dfa99b
@ -2223,7 +2223,7 @@ main(int argc, char **argv)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, _("%s: symlinks are not supported on this platform"));
|
fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
|
||||||
exit(1);
|
exit(1);
|
||||||
#endif
|
#endif
|
||||||
free(linkloc);
|
free(linkloc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user