Remove stray semicolon.
Submitted by: arundel
This commit is contained in:
parent
4a1f2d1b35
commit
3afd23533a
@ -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…
Reference in New Issue
Block a user