useradd: small style fix

This commit is contained in:
Ingo Weinhold 2013-09-16 16:33:26 +02:00
parent e9d9ac713f
commit 82a064b57d

View File

@ -175,8 +175,8 @@ main(int argc, const char* const* argv)
}
if (error != 0) {
fprintf(stderr, "Error: Failed to get info for group \"%s\".\n",
group);
fprintf(stderr, "Error: Failed to get info for group "
"\"%s\".\n", group);
exit(1);
}
if (groupFound == NULL) {