1.1 --- a/test/testatomic.c Sun Oct 04 09:51:04 2009 +0000
1.2 +++ b/test/testatomic.c Sun Oct 04 09:55:20 2009 +0000
1.3 @@ -1,3 +1,4 @@
1.4 +#include <stdio.h>
1.5 #include "SDL.h"
1.6
1.7 /* Make sure we have good macros for printing 32 and 64 bit values */
1.8 @@ -17,7 +18,7 @@
1.9 after calling each function.
1.10 */
1.11
1.12 -char *
1.13 +char *
1.14 tf(SDL_bool tf)
1.15 {
1.16 static char *t = "true";
1.17 @@ -30,7 +31,7 @@
1.18
1.19 return f;
1.20 }
1.21 -
1.22 +
1.23 int
1.24 main(int argc, char *argv[])
1.25 {