Remove stray semicolon.

Submitted by:	arundel
This commit is contained in:
hselasky 2010-10-24 13:48:11 +00:00
parent 4347e9598b
commit 513db0d9bf

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;