xbps-bin: add missing newline.

--HG--
extra : convert_revision : e75a20206dc19000360df659814b9c2d6f7769d1
This commit is contained in:
Juan RP 2008-12-29 16:02:35 +01:00
parent 650aae7b58
commit 68d2bbe8fb

View file

@ -336,7 +336,7 @@ main(int argc, char **argv)
if (geteuid() != 0) {
printf("ERROR: root permissions are needed to install "
"binary packages.");
"binary packages.\n");
exit(EXIT_FAILURE);
}