Module: Mesa
Branch: master
Commit: 3640e4acde2fb050b1659271d1687a8a5f90365d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3640e4acde2fb050b1659271d1687a8a5f90365d

Author: Pauli Nieminen <[email protected]>
Date:   Sun Sep 20 21:08:42 2009 +0300

radeon: Fix typo in variable name.

---

 src/mesa/drivers/dri/radeon/radeon_debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_debug.h 
b/src/mesa/drivers/dri/radeon/radeon_debug.h
index a591041..26da31c 100644
--- a/src/mesa/drivers/dri/radeon/radeon_debug.h
+++ b/src/mesa/drivers/dri/radeon/radeon_debug.h
@@ -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__); \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to