mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
minor formatting fix
This commit is contained in:
parent
2aa34ea984
commit
4ef0e046ec
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ _mesa_parse_arb_vertex_program(GLcontext * ctx, GLenum target,
|
|||
/* Parse error. Allocate a dummy program and return */
|
||||
if (retval)
|
||||
{
|
||||
program->Instructions = (struct vp_instruction *) _mesa_malloc (
|
||||
sizeof(struct vp_instruction) );
|
||||
program->Instructions = (struct vp_instruction *)
|
||||
_mesa_malloc ( sizeof(struct vp_instruction) );
|
||||
program->Instructions[0].Opcode = VP_OPCODE_END;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue