gallium: s/false/FALSE/

This commit is contained in:
Brian Paul 2009-01-09 20:57:14 -07:00
parent 6cee4b8d7e
commit 2b26a92cd3

View file

@ -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;
}