Fix rookie tab typo, no functional change

This commit is contained in:
Alexander von Gluck IV
2011-11-21 17:00:06 -06:00
parent 0e478f5aec
commit 28e71fb070
+2 -2
View File
@@ -18,9 +18,9 @@
#define TRACE_ENGINE
#ifdef TRACE_ENGINE
# define TRACE(x...) _sPrintf("radeon_hd: " x)
# define TRACE(x...) _sPrintf("radeon_hd: " x)
#else
# define TRACE(x...) ;
# define TRACE(x...) ;
#endif