diff test/automated/common/common.h @ 3441:5271ce790fed

Debug info to help track down render test failures
author Sam Lantinga <slouken@libsdl.org>
date Tue, 17 Nov 2009 06:51:14 +0000
parents 0acec8c9f5c9
children 2c07bb579922
line wrap: on
line diff
--- a/test/automated/common/common.h	Tue Nov 17 06:50:29 2009 +0000
+++ b/test/automated/common/common.h	Tue Nov 17 06:51:14 2009 +0000
@@ -11,7 +11,7 @@
 #  define COMMON_H
 
 
-#  define FORMAT SDL_PIXELFORMAT_ARGB8888
+#  define FORMAT  SDL_PIXELFORMAT_ARGB8888
 #  define AMASK   0xff000000 /**< Alpha bit mask. */
 #  define RMASK   0x00ff0000 /**< Red bit mask. */
 #  define GMASK   0x0000ff00 /**< Green bit mask. */