From: Nicolas Kaiser Date: Sun, 8 May 2011 13:41:10 +0000 (-0600) Subject: cell: fix unbalanced parenthesis X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7074801ed7da5d4da71ed9fb41c4b54681f91854;p=mesa.git cell: fix unbalanced parenthesis Signed-off-by: Nicolas Kaiser Signed-off-by: Brian Paul --- diff --git a/src/gallium/drivers/cell/spu/spu_vertex_shader.c b/src/gallium/drivers/cell/spu/spu_vertex_shader.c index 3e9804bf8ee..d6febd36f41 100644 --- a/src/gallium/drivers/cell/spu/spu_vertex_shader.c +++ b/src/gallium/drivers/cell/spu/spu_vertex_shader.c @@ -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