* lib/port.c: Add brackets and parenthesis.

* lib/port.c: Change isttytime() prototype to return a bool.
	* lib/port.c: Ignore the return value of fclose () (file open
	read-only).
	* lib/port.c: Avoid multi-statements lines.
This commit is contained in:
nekral-guest
2008-06-10 19:59:26 +00:00
parent 91c8e1bf0d
commit 269d4c55dd
2 changed files with 64 additions and 39 deletions

View File

@@ -1,3 +1,11 @@
2008-06-10 Nicolas François <nicolas.francois@centraliens.net>
* lib/port.c: Add brackets and parenthesis.
* lib/port.c: Change isttytime() prototype to return a bool.
* lib/port.c: Ignore the return value of fclose () (file open
read-only).
* lib/port.c: Avoid multi-statements lines.
2008-06-10 Nicolas François <nicolas.francois@centraliens.net>
* src/id.c: Ignore the return value of fputs(), puts(), putchar(),