commit | daea7176347f15f1c916c4a1131fce0bd1f062bc | [log] [tgz] |
---|---|---|
author | Ian Romanick <idr@us.ibm.com> | Tue Aug 15 16:26:34 2006 +0000 |
committer | Ian Romanick <idr@us.ibm.com> | Tue Aug 15 16:26:34 2006 +0000 |
tree | 14ec106ccb2081c682cbe677b805510631359620 | |
parent | 37b5b01217ab725a91c9dbb600dfe9e21c34151b [diff] |
Remove extraneous trailing semicolon.
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 @@ for (i = 0; i < num; i++) { COPY_4V(ctx->VertexProgram.Parameters[index + i], params); params += 4; - }; + } } else { _mesa_error(ctx, GL_INVALID_ENUM, "glProgramParameters4fvNV");