diff --git a/src/blua/liolib.c b/src/blua/liolib.c index 5eec97fb4..e029650c0 100644 --- a/src/blua/liolib.c +++ b/src/blua/liolib.c @@ -641,4 +641,3 @@ LUALIB_API int luaopen_io (lua_State *L) { lua_pop(L, 1); /* pop environment for default files */ return 1; } -