diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2006-10-01 16:10:41 +0000 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2006-10-01 16:10:41 +0000 |
commit | c500a0637914c29eb9da408ecf09b5d5932b2643 (patch) | |
tree | b389f73eb51ffb67d9129189d1ac7050aaf8b9f8 /include/SDL_stdinc.h | |
parent | e870669bee0faecea2636b2be51a860c2b7010ef (diff) |
Double Whoops. :P
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402132
Diffstat (limited to 'include/SDL_stdinc.h')
-rw-r--r-- | include/SDL_stdinc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h index 361f15ae..570dd1db 100644 --- a/include/SDL_stdinc.h +++ b/include/SDL_stdinc.h @@ -133,8 +133,8 @@ typedef int64_t Sint64; 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 */ |