1
0
Fork 0
forked from len0rd/rockbox

Remove useless braces

Change-Id: I88cce98cd8cc04f0245fba8ef30434167df483fc
This commit is contained in:
Amaury Pouly 2013-10-21 23:58:32 +02:00
parent 15dc944694
commit a31c50ff46

View file

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