mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Fixed some minor compiler warnings
This commit is contained in:
@@ -51,7 +51,7 @@ int w_Cursor_getType(lua_State *L)
|
||||
|
||||
lua_pushstring(L, typestr);
|
||||
return 1;
|
||||
};
|
||||
}
|
||||
|
||||
static const luaL_Reg functions[] =
|
||||
{
|
||||
@@ -65,4 +65,4 @@ extern "C" int luaopen_cursor(lua_State *L)
|
||||
}
|
||||
|
||||
} // mouse
|
||||
} // love
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user