Added missing void

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403458
This commit is contained in:
Sam Lantinga 2009-01-04 23:36:53 +00:00
parent 33fcc9cdfe
commit dade1f12e6
2 changed files with 3 additions and 3 deletions

View file

@ -298,7 +298,7 @@ SDL_GetVersion(SDL_version * ver)
/* Get the library source revision */
int
SDL_GetRevision()
SDL_GetRevision(void)
{
return SDL_REVISION;
}