Forgot semicolon after rcsid

Submitted by:	gshapiro
This commit is contained in:
nsayer 2000-09-17 00:37:38 +00:00
parent df5729a525
commit e6283888c3

View File

@ -56,7 +56,7 @@
static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
Bill Paul. All rights reserved.";
static const char rcsid[] =
"@(#) $FreeBSD$"
"@(#) $FreeBSD$";
#endif
static void wi_getval __P((char *, struct wi_req *));