diff options
author | Daniel Borca <[email protected]> | 2004-07-16 07:54:46 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-07-16 07:54:46 +0000 |
commit | 25f0e8227f1f8131a1add3cdcd8eb47a1e7e8f89 (patch) | |
tree | 7342ca0cd9781b46e39a4c08412f7b24f0a8275c /src/mesa/drivers/glide/fxvb.c | |
parent | 1ff6188c0937f0425d1a9b6cd10a42c7cf9f50c1 (diff) |
minor corrections
Diffstat (limited to 'src/mesa/drivers/glide/fxvb.c')
-rw-r--r-- | src/mesa/drivers/glide/fxvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c index b2367d4c27a..ddcedfa29f1 100644 --- a/src/mesa/drivers/glide/fxvb.c +++ b/src/mesa/drivers/glide/fxvb.c @@ -73,7 +73,7 @@ static struct { tnl_copy_pv_func copy_pv; tnl_interp_func interp; GLboolean (*check_tex_sizes)( GLcontext *ctx ); - GLuint vertex_format; + GLuint vertex_format; } setup_tab[MAX_SETUP]; |