summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-24 13:17:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-24 13:17:03 +0000
commit8db2730f3d84aa03b91a1cfd093ee51f1b5176b6 (patch)
treef71db019c762ecd430be3ecdf82e3eeb4608e96b
parentbf355b70b9c75d7c9f3c61f4a61b1c96e8b2f67e (diff)
downloadrockbox-8db2730f3d84aa03b91a1cfd093ee51f1b5176b6.tar.gz
rockbox-8db2730f3d84aa03b91a1cfd093ee51f1b5176b6.zip
remove duplicated code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5651 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/scramble.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index f1fa0c084d..aecb239a2a 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -133,8 +133,6 @@ int main (int argc, char** argv)
133 irivernum = 0; 133 irivernum = 0;
134 else if(!strcmp(&argv[1][5], "h140")) 134 else if(!strcmp(&argv[1][5], "h140"))
135 irivernum = 0; /* the same as the h120 */ 135 irivernum = 0; /* the same as the h120 */
136 else if(!strcmp(&argv[1][5], "h140"))
137 irivernum = 0; /* the same as the h120 */
138 else if(!strcmp(&argv[1][5], "h100")) 136 else if(!strcmp(&argv[1][5], "h100"))
139 irivernum = 1; 137 irivernum = 1;
140 else if(!strcmp(&argv[1][5], "h300")) 138 else if(!strcmp(&argv[1][5], "h300"))