From bcc253c05805e4d8d61f1a9af593a83806403580 Mon Sep 17 00:00:00 2001 From: stefanf Date: Thu, 14 Oct 2004 21:31:42 +0000 Subject: Remove extra closing parenthesis added in revision 1.4. Noticed by: Andrea Campi --- lib/libc/string/strlcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index a8a6cb7..77180a5 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"); +static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include __FBSDID("$FreeBSD$"); -- cgit v1.1