Add a missing newline.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8152077f6d
commit
4fa6f262a6
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ int _alpm_run_chroot(const char *root, const char *cmd)
|
||||||
umask(0022);
|
umask(0022);
|
||||||
pipe = popen(cmd, "r");
|
pipe = popen(cmd, "r");
|
||||||
if(!pipe) {
|
if(!pipe) {
|
||||||
_alpm_log(PM_LOG_ERROR, _("call to popen failed (%s)"),
|
_alpm_log(PM_LOG_ERROR, _("call to popen failed (%s)\n"),
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue