Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Dec 4, 2024
1 parent 290f0d2 commit 9ad13c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GSArray.m
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9ad13c4

Please sign in to comment.