1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
This commit is contained in:
Firew0lf 2015-12-24 18:45:40 +01:00
commit bebfa8b72d
3 changed files with 17 additions and 14 deletions

View file

@ -52,6 +52,6 @@ int main() {
// Unload Lua
lua_close(L);
return 0;
}