Commit bb84ff2f authored by Milo Yip's avatar Milo Yip

Merge pull request #245 from pah/fixes/trailing-comma

error.h: drop trailing comma in enum
parents 80119a6a a7319330
...@@ -85,7 +85,7 @@ enum ParseErrorCode { ...@@ -85,7 +85,7 @@ enum ParseErrorCode {
kParseErrorNumberMissExponent, //!< Miss exponent in number. kParseErrorNumberMissExponent, //!< Miss exponent in number.
kParseErrorTermination, //!< Parsing was terminated. kParseErrorTermination, //!< Parsing was terminated.
kParseErrorUnspecificSyntaxError, //!< Unspecific syntax error. kParseErrorUnspecificSyntaxError //!< Unspecific syntax error.
}; };
//! Result of parsing (wraps ParseErrorCode) //! Result of parsing (wraps ParseErrorCode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment