Fix typo
--HG-- branch : SDL-1.2
This commit is contained in:
parent
b80d660a1d
commit
499690cc0f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue