Fixed compile issue

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403930
This commit is contained in:
Sam Lantinga 2009-09-28 07:58:58 +00:00
parent 0284e3d3c2
commit 24c1ef56a4

View file

@ -1118,8 +1118,10 @@ static SDL_Surface *FB_SetVideoMode(_THIS, SDL_Surface *current,
rotate == FBCON_ROTATE_UD) ?
FB_blit16 : FB_blit16blocked;
} else {
#ifdef FBCON_DEBUG
fprintf(stderr, "Init vinfo:\n");
print_vinfo(&vinfo);
#endif
SDL_SetError("Using software buffer, but no blitter "
"function is available for %d bpp.",
vinfo.bits_per_pixel);