Author: hselasky
Date: Sun Oct 24 13:48:11 2010
New Revision: 214271
URL: http://svn.freebsd.org/changeset/base/214271
Log:
Remove stray semicolon.
Submitted by: arundel
Modified:
head/usr.sbin/usbconfig/usbconfig.c
Modified: head/usr.sbin/usbconfig/usbconfig.c
==============================================================================
--- head/usr.sbin/usbconfig/usbconfig.c Sun Oct 24 13:43:45 2010
(r214270)
+++ head/usr.sbin/usbconfig/usbconfig.c Sun Oct 24 13:48:11 2010
(r214271)
@@ -640,7 +640,7 @@ main(int argc, char **argv)
opt->bus = unit;
opt->addr = addr;
opt->got_bus = 1;
-; opt->got_addr = 1;
+ opt->got_addr = 1;
n++;
break;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"