static const' instead of const static'

This commit is contained in:
Daniel Borca
2005-02-14 08:02:50 +00:00
parent 0a13cebaa1
commit b6082fd236

View File

@@ -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];