# HG changeset patch # User Sam Lantinga # Date 1159053334 0 # Node ID 571c75f3d093d5ede24527aa72e761db96e2624c # Parent b0955ae208f3826e47fc789a741bdaf350f11ecd diff -r b0955ae208f3 -r 571c75f3d093 src/video/SDL_blit_A.c --- a/src/video/SDL_blit_A.c Sat Sep 23 23:12:44 2006 +0000 +++ b/src/video/SDL_blit_A.c Sat Sep 23 23:15:34 2006 +0000 @@ -1556,7 +1556,7 @@ #if GCC_ASMBLIT /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */ -inline static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info) +static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info) { int width = info->d_width; int height = info->d_height;