diff options
-rw-r--r-- | lib/luacd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/luacd.cpp b/lib/luacd.cpp index a32ecaf..906d771 100644 --- a/lib/luacd.cpp +++ b/lib/luacd.cpp @@ -616,6 +616,7 @@ struct lua_functypes_t direntry_methods[] = { { DIRENTRY_ISXAXA, "isxaxa", 0, 0, 0 }, { DIRENTRY_ISXAFORM1, "isxaform1", 0, 0, 0 }, { DIRENTRY_ITERATE, "iterate", 1, 1, { BLUA_OBJECT } }, + { -1, 0, 0, 0, 0 } }; struct lua_functypes_t direntry_functions[] = { |