Merge branch 'remove-intel-dri1'
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_debug.h
index a59104168f0fef9f89706bd8a14a71180c56bc26..26da31c1c48d2f7a712b7f9a0d186bc9942985a0 100644 (file)
@@ -156,7 +156,7 @@ static inline void radeon_debug_remove_indent(void)
 */
 #define WARN_ONCE(a, ...)      do { \
        static int __warn_once=1; \
-       if(__warn__once){ \
+       if(__warn_once){ \
                radeon_warning("*********************************WARN_ONCE*********************************\n"); \
                radeon_warning("File %s function %s line %d\n", \
                        __FILE__, __FUNCTION__, __LINE__); \