Remove stray semicolon.

Submitted by:	arundel
This commit is contained in:
Hans Petter Selasky 2010-10-24 13:48:11 +00:00
parent 4a1f2d1b35
commit 3afd23533a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214271

View File

@ -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;