mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
Fix an unterminated array.
That was sneaky. It took building qfcc on an arm to trigger that bug.
This commit is contained in:
parent
bf58ad9d80
commit
c6e0e094d8
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ static struct_def_t class_ivars[] = {
|
|||
{"sibling_class", &type_pointer},
|
||||
{"protocols", &type_pointer},
|
||||
{"gc_object_type", &type_pointer},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
static struct_def_t protocol_ivars[] = {
|
||||
|
|
Loading…
Reference in a new issue