mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
Fix typo
This commit is contained in:
@@ -348,7 +348,7 @@ op_delete(lua_State *L) {
|
||||
luaL_addlstring(&b, (const char *)selector, selector_len);
|
||||
luaL_pushresult(&b);
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user