* Avoid implicit brackets.

* Avoid implicit conversion to booleans.
This commit is contained in:
nekral-guest
2007-12-29 11:06:35 +00:00
parent 2d771a97b7
commit a7cbfedc85
2 changed files with 67 additions and 45 deletions

View File

@@ -8,6 +8,8 @@
* src/chage.c: Avoid using a variable with the same name as a type.
* src/chage.c: Remove dead code. It was probably put here to add more
information to the audit_logger.
* src/chage.c: Avoid implicit brackets.
* src/chage.c: Avoid implicit conversion to booleans.
2007-12-28 Nicolas François <nicolas.francois@centraliens.net>