summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-10-14 21:31:42 +0000
committerstefanf <stefanf@FreeBSD.org>2004-10-14 21:31:42 +0000
commitbcc253c05805e4d8d61f1a9af593a83806403580 (patch)
tree60c44ce977f5a026b885cc3d26389df0bd523e73 /lib
parent5515efcf6145297e0995a7e76ff340b8e72b9f7f (diff)
downloadFreeBSD-src-bcc253c05805e4d8d61f1a9af593a83806403580.zip
FreeBSD-src-bcc253c05805e4d8d61f1a9af593a83806403580.tar.gz
Remove extra closing parenthesis added in revision 1.4.
Noticed by: Andrea Campi
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strlcpy.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud