fixing again

This commit is contained in:
Dan Buch 2011-09-13 22:49:31 -04:00
parent 49383187bb
commit 80c1c5d5f3

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);
}
}