Browse Source

`static const' instead of `const static'

tags/before_upgrade_03_01_05
Daniel Borca 20 years ago
parent
commit
b6082fd236
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/tnl/t_vertex.c

+ 1
- 1
src/mesa/tnl/t_vertex.c 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];

Loading…
Cancel
Save