diff include/SDL_version.h @ 2996:972a69e47cd9

Added missing void
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 23:36:53 +0000
parents b64c1d23039b
children d3baf5ac4e37
line wrap: on
line diff
--- a/include/SDL_version.h	Sun Jan 04 19:36:55 2009 +0000
+++ b/include/SDL_version.h	Sun Jan 04 23:36:53 2009 +0000
@@ -133,10 +133,10 @@
 extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);
 
 /**
- * \fn int SDL_GetRevision()
+ * \fn int SDL_GetRevision(void)
  * \brief Get the code revision of SDL that is linked against your program.
  */
-extern DECLSPEC int SDLCALL SDL_GetRevision();
+extern DECLSPEC int SDLCALL SDL_GetRevision(void);
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus