From b6082fd236286c50d2b47eb42f1686989516a69c Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 14 Feb 2005 08:02:50 +0000 Subject: `static const' instead of `const static' --- src/mesa/tnl/t_vertex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index 2f7c37ad24..2df2a0ac0d 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -732,7 +732,7 @@ static void extract_1ub_1f( const struct tnl_clipspace_attr *a, GLfloat *out, co } -const static struct { +static const struct { const char *name; tnl_extract_func extract; tnl_insert_func insert[4]; -- cgit v1.2.3