diff options
author | Marek Olšák <[email protected]> | 2011-03-08 11:30:54 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-15 15:58:00 +0100 |
commit | 7fa53f37e632880c9760aee31270841c83325709 (patch) | |
tree | aa05299a465ee49f6c01c853c8ac00bac0874210 /src/mesa/main/enums.c | |
parent | 867f9b07d42c2b49ddb9e5bb17f0ac5c4a80d8ac (diff) |
mesa: regenerate glapi files
Be sure to type "make clean" after this commit, otherwise your binaries
will segfault.
Diffstat (limited to 'src/mesa/main/enums.c')
-rw-r--r-- | src/mesa/main/enums.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index 83d7fb66c0a..e9d6b6b156c 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -6268,7 +6268,7 @@ static const char *prim_names[PRIM_UNKNOWN + 1] = { * GL_FALSE/GL_POINTS ambiguity and others. */ const char * -_mesa_lookup_prim_by_nr(unsigned nr) +_mesa_lookup_prim_by_nr(GLuint nr) { if (nr < Elements(prim_names)) return prim_names[nr]; |