diff options
| -rw-r--r-- | tools/scramble.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/scramble.c b/tools/scramble.c index f1fa0c0..aecb239 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")) |