diff options
author | Brian Paul <brianp@vmware.com> | 2009-07-30 08:24:10 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-07-30 08:24:10 -0600 |
commit | 288299ae12603cf7ab0388db426d764c3f31304e (patch) | |
tree | 16ad594e7461c7e430b56374e693a1a5d949ff44 | |
parent | e87320b5e033a911d4ced2d516e479cdf1bc9228 (diff) | |
parent | 7d93f817c9c5222e2bdbaa9fa9f03fc502bfe878 (diff) |
Merge branch 'mesa_7_5_branch'
-rw-r--r-- | src/mesa/shader/arbprogparse.c | 1 |
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)++; |