summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biosdecode.c1
-rw-r--r--ownership.c1
-rw-r--r--vpddecode.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/biosdecode.c b/biosdecode.c
index dd9eeba..68f47e5 100644
--- a/biosdecode.c
+++ b/biosdecode.c
@@ -537,7 +537,6 @@ static int parse_command_line(int argc, char * const argv[])
case 'V':
opt.flags|=FLAG_VERSION;
break;
- case ':':
case '?':
return -1;
}
diff --git a/ownership.c b/ownership.c
index deae15e..29b9850 100644
--- a/ownership.c
+++ b/ownership.c
@@ -132,7 +132,6 @@ static int parse_command_line(int argc, char * const argv[])
case 'V':
opt.flags|=FLAG_VERSION;
break;
- case ':':
case '?':
return -1;
}
diff --git a/vpddecode.c b/vpddecode.c
index 71b3889..cafc6ee 100644
--- a/vpddecode.c
+++ b/vpddecode.c
@@ -324,7 +324,6 @@ static int parse_command_line(int argc, char * const argv[])
case 'V':
opt.flags|=FLAG_VERSION;
break;
- case ':':
case '?':
return -1;
}