From 18a73213ecd2aaaabdb5f64bba424575ffdfcfb3 Mon Sep 17 00:00:00 2001 From: Nick Sayer 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(-) diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index f5e7705ab6482..7ab23359b56ba 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.3