summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_dotprod_tmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/math/m_dotprod_tmp.h')
-rw-r--r--src/mesa/math/m_dotprod_tmp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/math/m_dotprod_tmp.h b/src/mesa/math/m_dotprod_tmp.h
index 232c5389ca..86b71e6d7e 100644
--- a/src/mesa/math/m_dotprod_tmp.h
+++ b/src/mesa/math/m_dotprod_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: m_dotprod_tmp.h,v 1.4 2001/03/12 00:48:41 gareth Exp $ */
+/* $Id: m_dotprod_tmp.h,v 1.5 2001/03/12 02:02:36 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -35,7 +35,7 @@ static void TAG(dotprod_vec2)( GLfloat *out,
GLuint outstride,
const GLvector4f *coord_vec,
const GLfloat plane[4],
- const GLubyte mask[])
+ const GLubyte mask[] )
{
GLuint stride = coord_vec->stride;
GLfloat *coord = coord_vec->start;
@@ -60,7 +60,7 @@ static void TAG(dotprod_vec3)( GLfloat *out,
GLuint outstride,
const GLvector4f *coord_vec,
const GLfloat plane[4],
- const GLubyte mask[])
+ const GLubyte mask[] )
{
GLuint stride = coord_vec->stride;
GLfloat *coord = coord_vec->start;
@@ -87,7 +87,7 @@ static void TAG(dotprod_vec4)( GLfloat *out,
GLuint outstride,
const GLvector4f *coord_vec,
const GLfloat plane[4],
- const GLubyte mask[])
+ const GLubyte mask[] )
{
GLuint stride = coord_vec->stride;
GLfloat *coord = coord_vec->start;