Mesa (gallium-0.2): gallium: s/false/FALSE/

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 10 22:05:03 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: 2b26a92cd34f8d83cc0ae621d1cfeb3955de57fa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b26a92cd34f8d83cc0ae621d1cfeb3955de57fa

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan  9 20:57:14 2009 -0700

gallium: s/false/FALSE/

---

 src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
index b9a75ae..071bc20 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
+++ b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
@@ -443,7 +443,7 @@ void spe_init_func(struct spe_function *p, unsigned code_size)
       p->regs[i] = 1;
     }
 
-    p->print = false;
+    p->print = FALSE;
     p->indent = 0;
 }
 




More information about the mesa-commit mailing list