diff --git a/src/error_analyzer.c b/src/error_analyzer.c index 5c37d85..138b53d 100644 --- a/src/error_analyzer.c +++ b/src/error_analyzer.c @@ -60,10 +60,12 @@ unsigned int check_token_errors(char tokens[][MAX_TOKEN_SIZE], shash_hashtable_t break; } } + // Do not fall through break; } } + // fall through case 0: { // Check the adress stored at the next token