You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

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