diff src/SDL_compat.c @ 4468:82f357a91d43

SDL_KillThread() is no longer supported - it was always dangerous! :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 May 2010 22:56:36 -0700
parents 3e69e077cb95
children 791b3256fb22
line wrap: on
line diff
--- a/src/SDL_compat.c	Mon May 17 23:13:33 2010 -0700
+++ b/src/SDL_compat.c	Mon May 24 22:56:36 2010 -0700
@@ -1750,7 +1750,6 @@
     return previous;
 }
 
-
 int
 SDL_putenv(const char *_var)
 {