summaryrefslogtreecommitdiff
path: root/val.h
diff options
context:
space:
mode:
Diffstat (limited to 'val.h')
-rw-r--r--val.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/val.h b/val.h
index c71e419..6aa85c5 100644
--- a/val.h
+++ b/val.h
@@ -53,7 +53,7 @@ typedef struct {
typedef struct {
Obj obj;
- Chunk chunk;
+ Chunk ch;
} ObjFunc;
// Constructs a new objstring from the given C string,