--HG--
branch : SDL-1.2
This commit is contained in:
Patrice Mandin 2011-08-11 18:50:45 +02:00
parent b80d660a1d
commit 499690cc0f

View file

@ -46,7 +46,7 @@ void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type)
if (atari_mxalloc_avail) {
return (void *) Mxalloc(size, alloc_type);
} else { \
} else {
return (void *) Malloc(size);
}
}