useradd: small style fix

This commit is contained in:
Ingo Weinhold
2013-09-18 16:33:17 +02:00
parent e9d9ac713f
commit 82a064b57d
+2 -2
View File
@@ -175,8 +175,8 @@ main(int argc, const char* const* argv)
} }
if (error != 0) { if (error != 0) {
fprintf(stderr, "Error: Failed to get info for group \"%s\".\n", fprintf(stderr, "Error: Failed to get info for group "
group); "\"%s\".\n", group);
exit(1); exit(1);
} }
if (groupFound == NULL) { if (groupFound == NULL) {