Skip to content

Commit

Permalink
Fix parse error message
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Jul 26, 2014
1 parent 8081e2a commit 857865a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rapidjson/error/en.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErro

case kParseErrorTermination: return RAPIDJSON_ERROR_STRING("Terminate parsing due to Handler error.");
case kParseErrorUnspecificSyntaxError: return RAPIDJSON_ERROR_STRING("Unspecific syntax error.");
case kParseErrorStackSizeLimitExceeded: return RAPIDJSON_ERROR_STRING("Parsing stack size limit is exceeded.");

default:
return RAPIDJSON_ERROR_STRING("Unknown error.");
Expand Down

0 comments on commit 857865a

Please sign in to comment.