summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wicontrol
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-10-17 21:29:53 +0000
committerstefanf <stefanf@FreeBSD.org>2004-10-17 21:29:53 +0000
commitc0d4a309fcd69b149da0af3f481c9e7f48fa6f69 (patch)
tree3bfa96c6d67cdf2621a011eb73967b1253be123b /usr.sbin/wicontrol
parente2236604679037b351ddc58bfd8f01c4416358b9 (diff)
downloadFreeBSD-src-c0d4a309fcd69b149da0af3f481c9e7f48fa6f69.zip
FreeBSD-src-c0d4a309fcd69b149da0af3f481c9e7f48fa6f69.tar.gz
Remove an extra semicolon after a function.
Diffstat (limited to 'usr.sbin/wicontrol')
-rw-r--r--usr.sbin/wicontrol/wicontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c
index b8b1add..7557c0b 100644
--- a/usr.sbin/wicontrol/wicontrol.c
+++ b/usr.sbin/wicontrol/wicontrol.c
@@ -423,7 +423,7 @@ wi_printkeys(struct wi_req *wreq)
}
return;
-};
+}
void
wi_printwords(struct wi_req *wreq)
OpenPOWER on IntegriCloud