PERFORCE change 176040 for review

Garrett Cooper gcooper at FreeBSD.org
Wed Mar 24 07:09:55 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=176040

Change 176040 by gcooper at gcooper-bayonetta on 2010/03/24 07:09:34

	Remove unneeded newline.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/lib/pen.c#6 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/lib/pen.c#6 (text+ko) ====

@@ -80,7 +80,7 @@
 pushPen(const char *pen)
 {
     if (++pdepth == MAX_STACK)
-	errx(2, "%s.%s: stack overflow.\n", progname, __func__);
+	errx(2, "%s.%s: stack overflow.", progname, __func__);
     pstack[pdepth] = strdup(pen);
 
     return pstack[pdepth];


More information about the p4-projects mailing list