summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenvprogram.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-09 10:41:50 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-09 10:41:50 -0600
commiteecb3ab7c64764464d20a7c30279c9a3b26b0a7f (patch)
tree9b28ce31fef662e486c923a493968abedb320710 /src/mesa/main/texenvprogram.c
parent99a12609857fe97ca2ec4bd91c4fbf1f8e8ed832 (diff)
replace // comment with /* */ (bug 14916)
Diffstat (limited to 'src/mesa/main/texenvprogram.c')
-rw-r--r--src/mesa/main/texenvprogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c
index b1c00a36ac..fb68bf0720 100644
--- a/src/mesa/main/texenvprogram.c
+++ b/src/mesa/main/texenvprogram.c
@@ -1272,7 +1272,7 @@ _mesa_UpdateTexEnvProgram( GLcontext *ctx )
}
else {
/* _Current pointer has been updated in update_program */
- // ctx->FragmentProgram._Current = ctx->FragmentProgram.Current;
+ /* ctx->FragmentProgram._Current = ctx->FragmentProgram.Current; */
}
/* Tell the driver about the change. Could define a new target for