Commit 4b43b304 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Debug code should check right function names.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401227
parent 7481988a
......@@ -2427,7 +2427,7 @@ SDL_loblit SDL_CalculateBlitN(SDL_Surface *surface, int blit_index)
fprintf(stderr, "Using asm blit\n");
else
#endif
if ( (blitfun == SDL_BlitNtoN) || (blitfun == SDL_BlitNto1) )
if ( (blitfun == BlitNtoN) || (blitfun == BlitNto1) )
fprintf(stderr, "Using C blit\n");
else
fprintf(stderr, "Using optimized C blit\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment