Remove extraneous trailing semicolon.
authorIan Romanick <idr@us.ibm.com>
Tue, 15 Aug 2006 16:26:34 +0000 (16:26 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 15 Aug 2006 16:26:34 +0000 (16:26 +0000)
src/mesa/shader/nvprogram.c

index 3a5c053b31148289853ff5a1faa06b8217474aaf..46bc5b35f82aba7e6c64c056a105f77826aaa700 100644 (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");