Date: Tue, 19 May 1998 16:01:18 -0400 (EDT) From: Max Euston <meuston@jmrodgers.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: misc/6695: [Patch] One VERY minor indention problem in getgrent.c Message-ID: <199805192001.QAA12988@gw.jmrodgers.com>
index | next in thread | raw e-mail
>Number: 6695
>Category: misc
>Synopsis: [Patch] One VERY minor indention problem in getgrent.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue May 19 13:00:01 PDT 1998
>Last-Modified:
>Originator: Max Euston
>Organization:
>Release: FreeBSD 2.2.5-STABLE i386
>Environment:
-STABLE
>Description:
Almost too small to mention :) - Closing curly brace indented wrong.
>How-To-Repeat:
>Fix:
--- /src/lib/libc/gen/getgrent.c Mon Jan 13 12:52:14 1997
+++ getgrent.c Tue May 19 15:57:03 1998
@@ -342,7 +342,7 @@
if (cp) {
*bp = '\0';
*m++ = cp;
- }
+ }
break;
} else if (cp == NULL)
cp = bp;
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805192001.QAA12988>
