Remove left over from -C flag

This commit is contained in:
Marc André Tanner 2015-02-26 14:12:47 +01:00
parent 0102cf840e
commit ad1d370a48
1 changed files with 0 additions and 1 deletions

View File

@ -551,7 +551,6 @@ int main(int argc, char *argv[]) {
case 'a':
case 'A':
case 'c':
case 'C':
case 'n':
action = argv[arg][1];
break;