Date: Sat, 14 Aug 1999 13:04:13 -0400 (EDT) From: Bill Fumerola <billf@jade.chc-chimes.com> To: Chris Costello <chris@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/test test.c Message-ID: <Pine.BSF.4.10.9908141303500.21131-100000@jade.chc-chimes.com> In-Reply-To: <Pine.BSF.4.10.9908141218210.21131-100000@jade.chc-chimes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Aug 1999, Bill Fumerola wrote: > > Minor style fix - change 'if(!*v)' to 'if (!*v)' > > Where the correct fix would have been: > > if (*p == '\0'), according to style(9) I really meant *v, that's what I get for copying/pasting. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908141303500.21131-100000>