From 8db2730f3d84aa03b91a1cfd093ee51f1b5176b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Jan 2005 13:17:03 +0000 Subject: remove duplicated code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5651 a1c6a512-1295-4272-9138-f99709370657 --- tools/scramble.c | 2 -- 1 file changed, 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) irivernum = 0; else if(!strcmp(&argv[1][5], "h140")) irivernum = 0; /* the same as the h120 */ - else if(!strcmp(&argv[1][5], "h140")) - irivernum = 0; /* the same as the h120 */ else if(!strcmp(&argv[1][5], "h100")) irivernum = 1; else if(!strcmp(&argv[1][5], "h300")) -- cgit v1.2.3