blob: 5a1fd5b40405e0150fd653b318bb9ddccc249174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/lua/uwsc_lua.c
+++ b/src/lua/uwsc_lua.c
@@ -177,7 +177,7 @@ static int uwsc_lua_on(lua_State *L)
else
luaL_argcheck(L, false, 2, "available event name: open message error close");
- return 0;
+ return 0;
}
static int __uwsc_lua_send(lua_State *L, int op)
|