summaryrefslogtreecommitdiff
path: root/biosdecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'biosdecode.c')
-rw-r--r--biosdecode.c1
1 files changed, 0 insertions, 1 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;
}