rse 2007-02-04 20:52:57 UTC
FreeBSD src repository
Modified files:
usr.bin/getent getent.c
Log:
cleanup code: remove superfluous comma at end of enumeration
declaration, remove useless "break" after exit(3) call, and add a
missing va_end(3) call.
Revision Changes Path
1.3 +2 -2 src/usr.bin/getent/getent.c