forked from len0rd/rockbox
Remove useless braces
Change-Id: I88cce98cd8cc04f0245fba8ef30434167df483fc
This commit is contained in:
parent
15dc944694
commit
a31c50ff46
1 changed files with 0 additions and 2 deletions
|
|
@ -122,10 +122,8 @@ int main(int argc, char *argv[])
|
|||
infile = optarg;
|
||||
break;
|
||||
case 'b':
|
||||
{
|
||||
bootfile = optarg;
|
||||
break;
|
||||
}
|
||||
case 't':
|
||||
if(strcmp(optarg, "dualboot") == 0)
|
||||
type = IMX_DUALBOOT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue