diff --git a/src/lib_json/json_reader.cpp b/src/lib_json/json_reader.cpp index b4c4dcd..eb30843 100644 --- a/src/lib_json/json_reader.cpp +++ b/src/lib_json/json_reader.cpp @@ -1237,7 +1237,7 @@ bool OurReader::readToken(Token& token) { token.type_ = tokenString; ok = readStringSingleQuote(); break; - } // else continue + } // else fall through case '/': token.type_ = tokenComment; ok = readComment();