diff options
author | Brian Paul <[email protected]> | 2002-11-01 17:42:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-11-01 17:42:03 +0000 |
commit | 026b40f41617d0cda62a253143136bb5657829d6 (patch) | |
tree | e09e8c741478d85ce1e4f1d3067fd6b8c3c2325e /src/mesa/main/texstate.c | |
parent | 561e6723cf6198e25ba8b5446f6a355f3cf7ebee (diff) |
fix a typo
Diffstat (limited to 'src/mesa/main/texstate.c')
-rw-r--r-- | src/mesa/main/texstate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index bb67c2675cb..77610c46306 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -1,4 +1,4 @@ -/* $Id: texstate.c,v 1.85 2002/10/29 20:28:51 brianp Exp $ */ +/* $Id: texstate.c,v 1.86 2002/11/01 17:42:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1216,7 +1216,7 @@ _mesa_TexParameterfv( GLenum target, GLenum pname, const GLfloat *params ) } else { _mesa_error(ctx, GL_INVALID_ENUM, - "glTexParameter(pname=GL_MAX_TEXTURE_ANISOTROPY_EXT)"); + "glTexParameter(pname=GL_TEXTURE_MAX_ANISOTROPY_EXT)"); return; } break; |