Avoid implicit brackets.

This commit is contained in:
nekral-guest
2007-12-27 21:28:50 +00:00
parent c919701466
commit a77eb6b49d
2 changed files with 27 additions and 14 deletions

View File

@@ -11,6 +11,7 @@
function.
* src/gpasswd.c: New functions: check_perms(), get_group(),
change_passwd(), check_flags(). Split out of main() to simplify main().
* src/gpasswd.c: Avoid implicit brackets.
2007-12-27 Nicolas François <nicolas.francois@centraliens.net>