Mercurial > sdl-ios-xcode
diff src/video/SDL_blit_A.c @ 2141:e1a70460c354
stupid indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 03 Jul 2007 09:55:29 +0000 |
parents | 46648dc418ec |
children | a353684c7cc1 |
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c Tue Jul 03 09:54:27 2007 +0000 +++ b/src/video/SDL_blit_A.c Tue Jul 03 09:55:29 2007 +0000 @@ -35,12 +35,12 @@ # define MMX_ASMBLIT 1 # define GCC_ASMBLIT 1 # elif defined(_MSC_VER) && defined(_M_IX86) -# if (_MSC_VER <= 1200) -# include <malloc.h> +# if (_MSC_VER <= 1200) +# include <malloc.h> # if defined(_mm_free) # define HAVE_MMINTRIN_H 1 # endif -# else /* Visual Studio > VC6 always has mmintrin.h */ +# else /* Visual Studio > VC6 always has mmintrin.h */ # define HAVE_MMINTRIN_H 1 # endif # if HAVE_MMINTRIN_H