Skip to content

Commit 6d80625

Browse files
authored
Update object.h
1 parent 42f564b commit 6d80625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct Obj {
2121
};
2222

2323
typedef struct {
24-
Obj obj;
24+
Obj* obj;
2525
int length;
2626
char* chars;
2727
uint32_t hash;

0 commit comments

Comments
 (0)