changeset 2038:eb5aedc79992

(none)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 Sep 2006 23:15:56 +0000
parents 6bb97f41ab4b
children a4490e5864b9
files src/video/SDL_blit_A.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c	Sat Sep 23 22:51:37 2006 +0000
+++ b/src/video/SDL_blit_A.c	Sat Sep 23 23:15:56 2006 +0000
@@ -1621,7 +1621,7 @@
 
 #if GCC_ASMBLIT
 /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */
-inline static void
+static void
 BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo * info)
 {
     int width = info->d_width;