diff src/SDL.c @ 4419:5e7e1f1a4056

Changed revision details to be a string (an hg changeset) instead of an int.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 28 Feb 2010 02:07:40 -0500
parents f7b03b6838cb
children 791b3256fb22
line wrap: on
line diff
--- a/src/SDL.c	Sun Feb 28 02:06:47 2010 -0500
+++ b/src/SDL.c	Sun Feb 28 02:07:40 2010 -0500
@@ -271,7 +271,7 @@
 }
 
 /* Get the library source revision */
-int
+const char *
 SDL_GetRevision(void)
 {
     return SDL_REVISION;