- Fixed incorrect return type.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Owen Clarke 2012-02-23 20:33:05 -05:00 committed by Paul Beckingham
parent 9c641fd778
commit 25a1b89156

View file

@ -328,7 +328,7 @@ bool json::object::parse_pair (
throw format (STRING_JSON_MISSING_COLON, (int) n.cursor ());
}
return NULL;
return false;
}
////////////////////////////////////////////////////////////////////////////////