From e6283888c378965cfe51666cae94ca2b47308f7e Mon Sep 17 00:00:00 2001 From: nsayer Date: Sun, 17 Sep 2000 00:37:38 +0000 Subject: Forgot semicolon after rcsid Submitted by: gshapiro --- usr.sbin/wicontrol/wicontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/wicontrol') diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index f5e7705..7ab2335 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -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 *)); -- cgit v1.1