No break; at the end of case 0 so the code falls through and executes the code for case 1
1 Like
No break; at the end of case 0 so the code falls through and executes the code for case 1