From d5de781f2c4e5bdeff3365d72d53886a32ffb9aa Mon Sep 17 00:00:00 2001
From: Pixel <pixel@nobis-crew.org>
Date: Thu, 29 Oct 2009 17:22:22 -0700
Subject: Forgot array terminator... shouldn't be a problem anyway since I
 don't call the verificator on this class -.-

---
 lib/luacd.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lib')

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[] = {
-- 
cgit v1.2.3