Skip to content

Commit 35a61da

Browse files
authored
Update value.h
1 parent 358a6fe commit 35a61da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct Object {
2424
} Object;
2525

2626
struct Value {
27-
ValueType type;
27+
struct ValueType type;
2828
union {
2929
bool bool_val;
3030
int int_val;

0 commit comments

Comments
 (0)