From c500a0637914c29eb9da408ecf09b5d5932b2643 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 1 Oct 2006 16:10:41 +0000 Subject: [PATCH] Double Whoops. :P --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402132 --- include/SDL_stdinc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h index 361f15aef..570dd1dba 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 */