Remove extraneous trailing semicolon.

This commit is contained in:
Ian Romanick
2006-08-15 16:26:34 +00:00
parent 37b5b01217
commit daea717634
+1 -1
View File
@@ -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");