omitting default:

This commit is contained in:
Dan Buch 2011-09-13 22:49:26 -04:00
parent bfe47afbf2
commit 49383187bb

4
ex13.c
View File

@ -46,8 +46,8 @@ int main(int argc, char *argv[])
}
break;
default:
printf("%d: '%c' is not a vowel\n", i, letter);
//default:
// printf("%d: '%c' is not a vowel\n", i, letter);
}
}