Fix style nits
This commit is contained in:
+2
-1
@@ -108,7 +108,8 @@ DECLARE_BUFFER(Value, Value);
|
||||
typedef struct
|
||||
{
|
||||
Obj obj;
|
||||
size_t length; // not including null terminator
|
||||
// Does not include the null terminator.
|
||||
size_t length;
|
||||
char value[];
|
||||
} ObjString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user