diff options
Diffstat (limited to 'src/socket')
| -rw-r--r-- | src/socket/socket.lua.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket/socket.lua.cpp b/src/socket/socket.lua.cpp index 0032e2c..4952cce 100644 --- a/src/socket/socket.lua.cpp +++ b/src/socket/socket.lua.cpp @@ -11,4 +11,4 @@ void luaopen_socket(lua_State *l){ luaL_loadbuffer(l, socket_luac, socket_luac_sz, "@builtin socket.lua"); lua_call(l, 0, 0); } -#endif
\ No newline at end of file +#endif |
