Skip to content

Commit f787f63

Browse files
committed
修复一个错误
1 parent 3289857 commit f787f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LuaParser/src/LuaCustomParser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ int GetCurrentChar(std::string_view source, std::size_t i)
1010
unsigned char ch = source[i];
1111
return ch;
1212
}
13+
return EOZ;
1314
}
1415

1516
LuaTokenType LuaCustomParser::Lex(std::string_view source, std::size_t start, std::size_t& consumeSize)

0 commit comments

Comments
 (0)