minor formatting fix

This commit is contained in:
Brian Paul 2005-01-19 14:44:41 +00:00
parent 2aa34ea984
commit 4ef0e046ec

View file

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