From owner-cvs-all Sat Aug 14 11: 3:12 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 940551507C; Sat, 14 Aug 1999 11:03:09 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 596081C09; Sat, 14 Aug 1999 13:04:13 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 4A2743820; Sat, 14 Aug 1999 13:04:13 -0400 (EDT) Date: Sat, 14 Aug 1999 13:04:13 -0400 (EDT) From: Bill Fumerola To: Chris Costello Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/test test.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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