Mercurial > sdl-ios-xcode
diff src/video/sdlgenblit.pl @ 2267:c785543d1843
Okay, still some bugs, but everything builds again...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 Aug 2007 05:39:09 +0000 |
parents | 900c35d8e8fd |
children | 8969da2ef606 |
line wrap: on
line diff
--- a/src/video/sdlgenblit.pl Sat Aug 18 01:44:21 2007 +0000 +++ b/src/video/sdlgenblit.pl Sat Aug 18 05:39:09 2007 +0000 @@ -384,7 +384,7 @@ sub output_copyfunctable { print FILE <<__EOF__; -static SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[] = { +SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[] = { __EOF__ for (my $i = 0; $i <= $#src_formats; ++$i) { my $src = $src_formats[$i];