Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 11, 2011
1 parent ad8e59d commit fb7fdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/ataricommon/SDL_atarimxalloc.c
Expand Up @@ -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);
}
}

0 comments on commit fb7fdf1

Please sign in to comment.