diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-09 20:57:14 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-10 14:58:44 -0700 |
commit | 2b26a92cd34f8d83cc0ae621d1cfeb3955de57fa (patch) | |
tree | 3ef4b60664c2d3dd2a258c9c974bbd4dba959773 /src | |
parent | 6cee4b8d7ec8d9ab6cb04572a2203e2cff64c667 (diff) |
gallium: s/false/FALSE/
Diffstat (limited to 'src')
-rw-r--r-- | 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 b9a75ae559..071bc2015c 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; } |