diff --git a/ex13.c b/ex13.c index dd086fb..b62b15c 100644 --- a/ex13.c +++ b/ex13.c @@ -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); } }