1.1 --- a/src/SDL.c Sun Jan 04 19:36:55 2009 +0000
1.2 +++ b/src/SDL.c Sun Jan 04 23:36:53 2009 +0000
1.3 @@ -298,7 +298,7 @@
1.4
1.5 /* Get the library source revision */
1.6 int
1.7 -SDL_GetRevision()
1.8 +SDL_GetRevision(void)
1.9 {
1.10 return SDL_REVISION;
1.11 }