Mesa (master): radeon: Fix typo in variable name.

Michel Dänzer daenzer at kemper.freedesktop.org
Mon Sep 21 08:52:36 UTC 2009


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

Author: Pauli Nieminen <suokkos at gmail.com>
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__); \




More information about the mesa-commit mailing list