Bug #938
- Fixed incorrect return type. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
9c641fd778
commit
25a1b89156
@@ -328,7 +328,7 @@ bool json::object::parse_pair (
|
|||||||
throw format (STRING_JSON_MISSING_COLON, (int) n.cursor ());
|
throw format (STRING_JSON_MISSING_COLON, (int) n.cursor ());
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user