aboutsummaryrefslogtreecommitdiff
path: root/src/lua/filesystem/luaopen_filesystem.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-18 17:18:47 +0800
committerchai <chaifix@163.com>2018-08-18 17:18:47 +0800
commit398966630f99329021d4335d819326e27a9d49df (patch)
tree72868e26389f784f4abfb24110ffbd2385d67753 /src/lua/filesystem/luaopen_filesystem.cpp
parent2fb51a71e53b4fc7bd4058d3a5a6f39fa81c345a (diff)
*update
Diffstat (limited to 'src/lua/filesystem/luaopen_filesystem.cpp')
-rw-r--r--src/lua/filesystem/luaopen_filesystem.cpp10
1 files changed, 5 insertions, 5 deletions
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)