indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402594
This commit is contained in:
parent
83bd10d135
commit
1d36dcc958
2 changed files with 2 additions and 2 deletions
|
@ -2837,7 +2837,7 @@ SDL_CalculateAlphaBlit(SDL_Surface * surface, int blit_index)
|
|||
return BlitNto1SurfaceAlphaKey;
|
||||
else
|
||||
#if SDL_ALTIVEC_BLITTERS
|
||||
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
|
||||
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
|
||||
SDL_HasAltiVec())
|
||||
return Blit32to32SurfaceAlphaKeyAltivec;
|
||||
else
|
||||
|
|
|
@ -300,7 +300,7 @@ main(int argc, char *argv[])
|
|||
((double) frames * 1000) / (now - then));
|
||||
}
|
||||
quit(0);
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else /* HAVE_OPENGL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue