Date: Sun, 21 Feb 2010 21:03:15 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/games/fortune/fortune fortune.c Message-ID: <201002212103.o1LL3Qr1055024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2010-02-21 21:03:15 UTC FreeBSD src repository Modified files: games/fortune/fortune fortune.c Log: SVN rev 204178 on 2010-02-21 21:03:15Z by uqs Prefer exit(0) from main over return(0). Although not explicitly mentioned in style(9), it allows for easier grepping of exit points. This reverts part of r203926. Requested by: des Approved by: philip (mentor) Revision Changes Path 1.35 +1 -1 src/games/fortune/fortune/fortune.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002212103.o1LL3Qr1055024>