Removed last comma in enum XML_Status declaration to improve
compiler compatibility.
This commit is contained in:
parent
c055ec50f5
commit
b705d712c2
@ -47,7 +47,7 @@ enum XML_Status {
|
||||
#define XML_STATUS_ERROR XML_STATUS_ERROR
|
||||
XML_STATUS_OK = 1,
|
||||
#define XML_STATUS_OK XML_STATUS_OK
|
||||
XML_STATUS_SUSPENDED = 2,
|
||||
XML_STATUS_SUSPENDED = 2
|
||||
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user