Avoid variables with the name of a type.

This commit is contained in:
nekral-guest
2007-12-29 14:52:35 +00:00
parent b040f047fd
commit 67b9c423fe
2 changed files with 9 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
pam API was already checked. No need to validate it again.
* src/newusers.c: Avoid implicit brackets.
* src/newusers.c: Avoid assignments in comparisons.
* src/newusers.c: Avoid variables with the name of a type.
2007-12-29 Nicolas François <nicolas.francois@centraliens.net>