svn commit: r214271 - head/usr.sbin/usbconfig

Hans Petter Selasky hselasky at FreeBSD.org
Sun Oct 24 13:48:11 UTC 2010


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;
 


More information about the svn-src-all mailing list