mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
fix typo
This commit is contained in:
@@ -59,7 +59,7 @@ lnewpool(lua_State *L, int sz) {
|
||||
}
|
||||
lua_setmetatable(L, -2);
|
||||
return 1;
|
||||
};
|
||||
}
|
||||
|
||||
static int
|
||||
lnewbuffer(lua_State *L) {
|
||||
|
||||
Reference in New Issue
Block a user