# HG changeset patch
# User Ryan C. Gordon <icculus@icculus.org>
# Date 1159719041 0
# Node ID 6067c7f9a67203eab8628ea94ad44dccf880b1c0
# Parent  9b7c0ff4977f2785da1b1649b18e3ef914182a0b
Double Whoops.   :P

diff -r 9b7c0ff4977f -r 6067c7f9a672 include/SDL_stdinc.h
--- 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 */