diff --git a/src/JSON.cpp b/src/JSON.cpp index 76f4df520..d67b90baf 100644 --- a/src/JSON.cpp +++ b/src/JSON.cpp @@ -328,7 +328,7 @@ bool json::object::parse_pair ( throw format (STRING_JSON_MISSING_COLON, (int) n.cursor ()); } - return NULL; + return false; } ////////////////////////////////////////////////////////////////////////////////