From: Brian Paul Date: Mon, 20 Aug 2001 21:45:15 +0000 (+0000) Subject: removed a semicolon in the USE() macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c123a9b2edc5852cb50485f344219508254081a8;p=mesa.git removed a semicolon in the USE() macro --- diff --git a/src/mesa/swrast/s_lines.c b/src/mesa/swrast/s_lines.c index 2bbfd4f0099..080d45cc804 100644 --- a/src/mesa/swrast/s_lines.c +++ b/src/mesa/swrast/s_lines.c @@ -1,4 +1,4 @@ -/* $Id: s_lines.c,v 1.20 2001/08/20 16:41:47 brianp Exp $ */ +/* $Id: s_lines.c,v 1.21 2001/08/20 21:45:15 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1015,7 +1015,7 @@ do { \ #else -#define USE(lineFunc) swrast->Line = lineFunc; +#define USE(lineFunc) swrast->Line = lineFunc #endif