Mercurial > sdl-ios-xcode
changeset 2048:6067c7f9a672
Double Whoops. :P
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 01 Oct 2006 16:10:41 +0000 |
parents | 9b7c0ff4977f |
children | 5f6550e5184f |
files | include/SDL_stdinc.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_stdinc.h Sun Oct 01 16:07:32 2006 +0000 +++ b/include/SDL_stdinc.h Sun Oct 01 16:10:41 2006 +0000 @@ -133,8 +133,8 @@ typedef uint64_t Uint64; #else /* This is really just a hack to prevent the compiler from complaining */ -typdef Sint32 Sint64; -typdef Uint32 Uint64; +typedef Sint32 Sint64; +typedef Uint32 Uint64; #endif /* Make sure the types really have the right sizes */