Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 19:44:04 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24959 for review
Message-ID:  <200302110344.h1B3i4oJ071402@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24959

Change 24959 by jmallett@jmallett_dalek on 2003/02/10 19:43:19

	Excessive parens in a message (Pointed out by keramida@)

Affected files ...

.. //depot/projects/mips/sbin/fxlabel/fxlabel.c#9 edit

Differences ...

==== //depot/projects/mips/sbin/fxlabel/fxlabel.c#9 (text+ko) ====

@@ -108,7 +108,7 @@
 		case 'b':
 			bsize = atoi(optarg);
 			if (bsize < DEFAULT_BSIZE) {
-				warnx("block size too small)");
+				warnx("block size too small");
 				usage();
 			}
 			/*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302110344.h1B3i4oJ071402>