mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
cell: fix unbalanced parenthesis
Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
de3d9fa956
commit
7074801ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ run_vertex_program(struct spu_vs_context *draw,
|
|||
|
||||
|
||||
PIPE_ALIGN_VAR(16) unsigned char
|
||||
immediates[(sizeof(float) * 4 * TGSI_EXEC_NUM_IMMEDIATES) + 32]);
|
||||
immediates[(sizeof(float) * 4 * TGSI_EXEC_NUM_IMMEDIATES) + 32];
|
||||
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue