diff options
-rw-r--r-- | src/lfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -772,7 +772,7 @@ static void set_info (lua_State *L) { | |||
772 | } | 772 | } |
773 | 773 | ||
774 | 774 | ||
775 | static const struct luaL_reg fslib[] = { | 775 | static const struct luaL_Reg fslib[] = { |
776 | {"attributes", file_info}, | 776 | {"attributes", file_info}, |
777 | {"chdir", change_dir}, | 777 | {"chdir", change_dir}, |
778 | {"currentdir", get_dir}, | 778 | {"currentdir", get_dir}, |