*** empty log message ***

This commit is contained in:
Sam Lantinga 2003-08-30 00:36:20 +00:00
parent 1ae31940a6
commit 2895801c6b

View File

@ -166,7 +166,9 @@ static void SDL_BlitCopy(SDL_BlitInfo *info)
Uint8 *src, *dst;
int w, h;
int srcskip, dstskip;
#if defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT)
Uint32 f;
#endif
w = info->d_width*info->dst->BytesPerPixel;
h = info->d_height;