diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/mwerks/malloc/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/malloc/malloc.c b/Mac/mwerks/malloc/malloc.c index fdf91d5..8de5758 100644 --- a/Mac/mwerks/malloc/malloc.c +++ b/Mac/mwerks/malloc/malloc.c @@ -105,7 +105,7 @@ union overhead { #ifdef USE_CACHE_ALIGNED struct cachealigner { u_long ovalign[USE_CACHE_ALIGNED]; - }; + } ovu_aligner; #endif /* USE_CACHE_ALIGN */ }; |