commenting out a break

This commit is contained in:
Dan Buch 2011-09-13 22:45:49 -04:00
parent 64879fb2ad
commit cbd2bc9cf5

2
ex13.c
View File

@ -35,7 +35,7 @@ int main(int argc, char *argv[])
case 'u':
case 'U':
printf("%d: 'U'\n", i);
break;
//break;
case 'y':
case 'Y':