From daea7176347f15f1c916c4a1131fce0bd1f062bc Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 15 Aug 2006 16:26:34 +0000 Subject: [PATCH] Remove extraneous trailing semicolon. --- src/mesa/shader/nvprogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/shader/nvprogram.c b/src/mesa/shader/nvprogram.c index 3a5c053..46bc5b3 100644 --- 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"); -- 2.7.4