diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-10-17 21:29:53 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-10-17 21:29:53 +0000 |
commit | c0d4a309fcd69b149da0af3f481c9e7f48fa6f69 (patch) | |
tree | 3bfa96c6d67cdf2621a011eb73967b1253be123b | |
parent | e2236604679037b351ddc58bfd8f01c4416358b9 (diff) | |
download | FreeBSD-src-c0d4a309fcd69b149da0af3f481c9e7f48fa6f69.zip FreeBSD-src-c0d4a309fcd69b149da0af3f481c9e7f48fa6f69.tar.gz |
Remove an extra semicolon after a function.
-rw-r--r-- | usr.sbin/wicontrol/wicontrol.c | 2 |
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) |