From 398966630f99329021d4335d819326e27a9d49df Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 18 Aug 2018 17:18:47 +0800 Subject: *update --- src/lua/filesystem/luaopen_filesystem.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lua/filesystem/luaopen_filesystem.cpp') diff --git a/src/lua/filesystem/luaopen_filesystem.cpp b/src/lua/filesystem/luaopen_filesystem.cpp index f4138fc..f764a68 100644 --- a/src/lua/filesystem/luaopen_filesystem.cpp +++ b/src/lua/filesystem/luaopen_filesystem.cpp @@ -119,11 +119,11 @@ namespace lua } static const luaL_Reg f[] = { - {"init", l_init}, - {"mount", l_mount}, - {"isdir", l_isDir}, - {"exist", l_exist}, - {0, 0} + { "init", l_init }, + { "mount", l_mount }, + { "isdir", l_isDir }, + { "exist", l_exist }, + { 0, 0 } }; int luaopen_filesystem(lua_State* L) -- cgit v1.1-26-g67d0