Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Update prototype in surface.c to fix xcode build after last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzkopp committed Dec 2, 2012
1 parent 6533cd7 commit 4c67e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automated/surface/surface.c
Expand Up @@ -27,7 +27,7 @@
/* Testcases. */
static void surface_testLoad( SDL_Surface *testsur );
static void surface_testBlit( SDL_Surface *testsur );
static int surface_testBlitBlendMode( SDL_Surface *testsur, SDL_Surface *face, int mode );
static int surface_testBlitBlendMode( SDL_Surface *testsur, SDL_Surface *face, SDL_BlendMode bMode );
static void surface_testBlitBlend( SDL_Surface *testsur );


Expand Down

0 comments on commit 4c67e56

Please sign in to comment.