aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/util/lua/lobject.h')
-rw-r--r--engines/sword25/util/lua/lobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/lobject.h b/engines/sword25/util/lua/lobject.h
index 35aaed028a..5418a918b1 100644
--- a/engines/sword25/util/lua/lobject.h
+++ b/engines/sword25/util/lua/lobject.h
@@ -337,7 +337,7 @@ typedef struct Node {
typedef struct Table {
CommonHeader;
- lu_byte flags; /* 1<<p means tagmethod(p) is not present */
+ lu_byte flags; /* 1<<p means tagmethod(p) is not present */
lu_byte lsizenode; /* log2 of size of `node' array */
struct Table *metatable;
TValue *array; /* array part */