mark fall through as intentional

This commit is contained in:
XOR 2023-09-30 16:51:47 +02:00
parent 26095748df
commit 44beccfd06

View file

@ -60,10 +60,12 @@ unsigned int check_token_errors(char tokens[][MAX_TOKEN_SIZE], shash_hashtable_t
break; break;
} }
} }
// Do not fall through
break; break;
} }
} }
// fall through
case 0: case 0:
{ {
// Check the adress stored at the next token // Check the adress stored at the next token