diff options
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp index ba9f297a3..af6ceee63 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -468,8 +468,8 @@ GB_ALLOCATOR_PROC(arena_allocator_proc) { struct StringIntern { - isize len; StringIntern *next; + isize len; char str[1]; }; |