From 7082420653d06d572ed04843abad651f71a9f90d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Jun 2002 15:25:17 +0000 Subject: removed extra right-paren --- src/mesa/drivers/x11/xm_tri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/x11') diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 5615f5ec2f..8e68f708c0 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -1,4 +1,4 @@ -/* $Id: xm_tri.c,v 1.25 2002/06/25 08:44:27 keithw Exp $ */ +/* $Id: xm_tri.c,v 1.26 2002/06/25 15:25:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1532,7 +1532,7 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) if (ctx->Texture._EnabledUnits) return (swrast_tri_func) NULL; if (swrast->_RasterMask & MULTI_DRAW_BIT) return (swrast_tri_func) NULL; if (ctx->Polygon.CullFlag && - ctx->Polygon.CullFaceMode == GL_FRONT_AND_BACK)) + ctx->Polygon.CullFaceMode == GL_FRONT_AND_BACK) return (swrast_tri_func) NULL; if (xmesa->xm_buffer->buffer==XIMAGE) { -- cgit v1.2.3