diff --git a/src/json.c b/src/json.c index 9cc555c6..cb2e6105 100644 --- a/src/json.c +++ b/src/json.c @@ -213,7 +213,7 @@ static int new_value (json_state * state, } #define whitespace \ - case '\n': ++ state.cur_line; state.cur_col = 0; \ + case '\n': ++ state.cur_line; state.cur_col = 0; /* FALLTHRU */ \ case ' ': case '\t': case '\r' #define string_add(b) \