Merge pull request #245 from pah/fixes/trailing-comma
error.h: drop trailing comma in enum
This commit is contained in:
commit
bb84ff2ffe
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user