summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-07-30 08:24:10 -0600
committerBrian Paul <brianp@vmware.com>2009-07-30 08:24:10 -0600
commit288299ae12603cf7ab0388db426d764c3f31304e (patch)
tree16ad594e7461c7e430b56374e693a1a5d949ff44 /src/mesa/shader
parente87320b5e033a911d4ced2d516e479cdf1bc9228 (diff)
parent7d93f817c9c5222e2bdbaa9fa9f03fc502bfe878 (diff)
Merge branch 'mesa_7_5_branch'
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/arbprogparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c
index bc65aba39a..4baacdf241 100644
--- a/src/mesa/shader/arbprogparse.c
+++ b/src/mesa/shader/arbprogparse.c
@@ -2028,6 +2028,7 @@ parse_param (GLcontext * ctx, const GLubyte ** inst, struct var_cache **vc_head,
program_error(ctx, Program->Position,
"Declared parameter array length does not match parameter list");
}
+ return 1;
}
(*inst)++;