projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b5b01
)
Remove extraneous trailing semicolon.
author
Ian Romanick
<idr@us.ibm.com>
Tue, 15 Aug 2006 16:26:34 +0000
(16:26 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Tue, 15 Aug 2006 16:26:34 +0000
(16:26 +0000)
src/mesa/shader/nvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/nvprogram.c
b/src/mesa/shader/nvprogram.c
index 3a5c053b31148289853ff5a1faa06b8217474aaf..46bc5b35f82aba7e6c64c056a105f77826aaa700 100644
(file)
--- a/
src/mesa/shader/nvprogram.c
+++ b/
src/mesa/shader/nvprogram.c
@@
-686,7
+686,7
@@
_mesa_ProgramParameters4fvNV(GLenum target, GLuint index,
for (i = 0; i < num; i++) {
COPY_4V(ctx->VertexProgram.Parameters[index + i], params);
params += 4;
- }
;
+ }
}
else {
_mesa_error(ctx, GL_INVALID_ENUM, "glProgramParameters4fvNV");