mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 00:50:23 +01:00
gallium: s/false/FALSE/
This commit is contained in:
parent
6cee4b8d7e
commit
2b26a92cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue