mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-12-18 01:22:48 -05:00
Fixed envelope main section empty error
This commit is contained in:
@ -15,10 +15,10 @@ enum ParseError
|
||||
{
|
||||
kParseErrorNone = 0,
|
||||
kParseErrorLevelWarning,
|
||||
kParseWarningPreRepeatSegmentEmpty,
|
||||
kParseWarningRepeatSegmentEmpty,
|
||||
kParseWarningReleaseSegmentEmpty,
|
||||
kParseErrorLevelFatal,
|
||||
kParseErrorPreReleaseSegmentEmpty,
|
||||
kParseErrorDuplicatedReleaseDelimiter,
|
||||
kParseErrorDuplicatedOpenBracket,
|
||||
kParseErrorDuplicatedCloseBracket,
|
||||
|
||||
Reference in New Issue
Block a user