xbps-bin: add missing newline.
--HG-- extra : convert_revision : e75a20206dc19000360df659814b9c2d6f7769d1
This commit is contained in:
parent
650aae7b58
commit
68d2bbe8fb
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ main(int argc, char **argv)
|
||||||
|
|
||||||
if (geteuid() != 0) {
|
if (geteuid() != 0) {
|
||||||
printf("ERROR: root permissions are needed to install "
|
printf("ERROR: root permissions are needed to install "
|
||||||
"binary packages.");
|
"binary packages.\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue