diff options
Diffstat (limited to 'val.h')
-rw-r--r-- | val.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ typedef struct { typedef struct { Obj obj; - Chunk chunk; + Chunk ch; } ObjFunc; // Constructs a new objstring from the given C string, |