summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-10-21 23:58:32 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-10-21 23:58:32 +0200
commita31c50ff46e25fa0278f9598bf7cb0c908b831f2 (patch)
tree7b9f7ddc0e07c0eba190560168fe404e21349615 /rbutil
parent15dc944694d767e574b3177694056377b25c6ee4 (diff)
downloadrockbox-a31c50ff46e25fa0278f9598bf7cb0c908b831f2.tar.gz
rockbox-a31c50ff46e25fa0278f9598bf7cb0c908b831f2.zip
Remove useless braces
Change-Id: I88cce98cd8cc04f0245fba8ef30434167df483fc
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/mkimxboot/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rbutil/mkimxboot/main.c b/rbutil/mkimxboot/main.c
index 9a62133086..79f23a6778 100644
--- a/rbutil/mkimxboot/main.c
+++ b/rbutil/mkimxboot/main.c
@@ -122,10 +122,8 @@ int main(int argc, char *argv[])
122 infile = optarg; 122 infile = optarg;
123 break; 123 break;
124 case 'b': 124 case 'b':
125 {
126 bootfile = optarg; 125 bootfile = optarg;
127 break; 126 break;
128 }
129 case 't': 127 case 't':
130 if(strcmp(optarg, "dualboot") == 0) 128 if(strcmp(optarg, "dualboot") == 0)
131 type = IMX_DUALBOOT; 129 type = IMX_DUALBOOT;