From be32fb779beecf4bbd61c42c7eb0f8ca988a9831 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 27 Jul 2009 12:48:44 -0700 Subject: ARB prog: Update generated files missed on previous two commits The changes are, as it turns out, purely cosmetic. --- src/mesa/shader/program_parse.tab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/shader/program_parse.tab.c') diff --git a/src/mesa/shader/program_parse.tab.c b/src/mesa/shader/program_parse.tab.c index a49cfeb483..6ea10f8567 100644 --- a/src/mesa/shader/program_parse.tab.c +++ b/src/mesa/shader/program_parse.tab.c @@ -4966,7 +4966,7 @@ _mesa_parse_arb_program(GLcontext *ctx, GLenum target, const GLubyte *str, if (ctx->Program.ErrorPos != -1) { - goto error; + goto error; } if (! _mesa_layout_parameters(state)) { @@ -5028,7 +5028,7 @@ error: for (sym = state->sym; sym != NULL; sym = temp) { temp = sym->next; - _mesa_free(sym->name); + _mesa_free((void *) sym->name); _mesa_free(sym); } state->sym = NULL; -- cgit v1.2.3