Remove extra closing parenthesis added in revision 1.4.

Noticed by:	Andrea Campi
This commit is contained in:
Stefan Farfeleder 2004-10-14 21:31:42 +00:00
parent 1a32dca7a3
commit d749cd6f7c

View File

@ -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$");