projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9babb73
)
removed a semicolon in the USE() macro
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 20 Aug 2001 21:45:15 +0000
(21:45 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 20 Aug 2001 21:45:15 +0000
(21:45 +0000)
src/mesa/swrast/s_lines.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_lines.c
b/src/mesa/swrast/s_lines.c
index 2bbfd4f0099664bc70cb29c16f1eac12c99fe2d8..080d45cc8044468cd315c4ba2984747b17b211b1 100644
(file)
--- a/
src/mesa/swrast/s_lines.c
+++ b/
src/mesa/swrast/s_lines.c
@@
-1,4
+1,4
@@
-/* $Id: s_lines.c,v 1.2
0 2001/08/20 16:41:47
brianp Exp $ */
+/* $Id: s_lines.c,v 1.2
1 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