Skip to content

Commit

Permalink
Removed inline keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 23, 2006
1 parent e59f46f commit 29a90d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_blit_A.c
Expand Up @@ -1556,7 +1556,7 @@ static void BlitRGBtoRGBPixelAlpha(SDL_BlitInfo *info)

#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;
Expand Down

0 comments on commit 29a90d2

Please sign in to comment.