Remove stray semicolon.
Submitted by: arundel
This commit is contained in:
parent
4347e9598b
commit
513db0d9bf
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user