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