mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix typo
This commit is contained in:
parent
290f0d2f3a
commit
9ad13c4d24
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#define GNUSTEP_WITH_ASAN 0
|
||||
#endif
|
||||
#if GNUSTEP_WITH_ASAN
|
||||
#define GSARRAY(ITEMS,ZONE) (id)NSAllocateObject(GSArrayClass, 0, (ZONE);
|
||||
#define GSARRAY(ITEMS,ZONE) (id)NSAllocateObject(GSArrayClass, 0, (ZONE))
|
||||
#else
|
||||
#define GSARRAY(ITEMS,ZONE)\
|
||||
(id)NSAllocateObject(GSInlineArrayClass, (ITEMS)*sizeof(id), (ZONE))
|
||||
|
|
Loading…
Reference in a new issue