Avoid implicit brackets.

This commit is contained in:
nekral-guest
2007-12-31 13:48:48 +00:00
parent 7279ff37f3
commit 3d04ff4037
2 changed files with 47 additions and 25 deletions

View File

@@ -6,6 +6,7 @@
get_old_fields(), and check_fields() split out of main().
* src/chfn.c: Before pam_end(), the return value of the previous
pam API was already checked. No need to validate it again.
* src/chfn.c: Avoid implicit brackets.
2007-12-31 Nicolas François <nicolas.francois@centraliens.net>