summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/swrast/s_span.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c
index dab3d548fc..b0c04ad021 100644
--- a/src/mesa/swrast/s_span.c
+++ b/src/mesa/swrast/s_span.c
@@ -134,7 +134,7 @@ _swrast_span_default_secondary_color(GLcontext *ctx, SWspan *span)
span->specRed = r;
span->specGreen = g;
span->specBlue = b;
- /8span->specAlpha = a;*/
+ /*span->specAlpha = a;*/
#else
span->specRed = IntToFixed(r);
span->specGreen = IntToFixed(g);