projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa9a7a
)
radeon: Fix typo in variable name.
author
Pauli Nieminen
<suokkos@gmail.com>
Sun, 20 Sep 2009 18:08:42 +0000
(21:08 +0300)
committer
Pauli Nieminen
<suokkos@gmail.com>
Sun, 20 Sep 2009 18:08:42 +0000
(21:08 +0300)
src/mesa/drivers/dri/radeon/radeon_debug.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_debug.h
b/src/mesa/drivers/dri/radeon/radeon_debug.h
index a59104168f0fef9f89706bd8a14a71180c56bc26..26da31c1c48d2f7a712b7f9a0d186bc9942985a0 100644
(file)
--- 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__); \