diff options
author | Gareth Hughes <[email protected]> | 2001-03-14 08:51:09 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-14 08:51:09 +0000 |
commit | c6742cedee09d6f359a11b24bc98d5e50c9714ac (patch) | |
tree | de6f2d5eaa5c03decedbe51ebbe392cedb97afb6 /src/mesa/drivers/common | |
parent | 3709db0e17fb3d70fe27b60d81df2c5faf11b7b9 (diff) |
Fix typo.
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r-- | src/mesa/drivers/common/t_dd_vertex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h index 99465b6d969..105195dbd56 100644 --- a/src/mesa/drivers/common/t_dd_vertex.h +++ b/src/mesa/drivers/common/t_dd_vertex.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_vertex.h,v 1.6 2001/03/13 17:39:56 gareth Exp $ */ +/* $Id: t_dd_vertex.h,v 1.7 2001/03/14 08:51:09 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -29,7 +29,7 @@ typedef struct { GLfloat x, y, z, w; -} TAG(_coord); +} TAG(_coord_t); #ifdef COLOR_IS_RGBA typedef struct { |