Avoid implict brackets.

This commit is contained in:
nekral-guest
2007-12-28 10:12:09 +00:00
parent 18a654d13b
commit 0a4424ef00
2 changed files with 28 additions and 15 deletions

View File

@@ -4,6 +4,7 @@
* src/groupadd.c (fail_exit): When compiled without AUDIT support, if
the return code was E_SUCCESS, fail_exit() wouldn't have exited. Fix
the scope of #idef WITH_AUDIT.
* src/groupadd.c: Avoid implicit brackets.
2007-12-27 Nicolas François <nicolas.francois@centraliens.net>