mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Clean up warnings in luasocket and box2d
This commit is contained in:
@@ -110,7 +110,7 @@ static int base_open(lua_State *L) {
|
||||
/*-------------------------------------------------------------------------*\
|
||||
* Initializes all library modules.
|
||||
\*-------------------------------------------------------------------------*/
|
||||
LUASOCKET_API luaopen_socket_core(lua_State *L) {
|
||||
int LUASOCKET_API luaopen_socket_core(lua_State *L) {
|
||||
int i;
|
||||
base_open(L);
|
||||
for (i = 0; mod[i].name; i++) mod[i].func(L);
|
||||
|
||||
Reference in New Issue
Block a user