diff options
author | Brian Paul <[email protected]> | 1999-11-11 17:53:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-11 17:53:14 +0000 |
commit | 1d5971db241be7d928e3096dff6abe597dbe7933 (patch) | |
tree | b8b43d267d43889e1d9a087775509f1208c8e5c3 /src | |
parent | 845117bd054862baae29c4df61d5b4a61dd97f62 (diff) |
changed a warning string
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/colortab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/colortab.c b/src/mesa/main/colortab.c index ccec6564610..f6f281ae1a5 100644 --- a/src/mesa/main/colortab.c +++ b/src/mesa/main/colortab.c @@ -1,4 +1,4 @@ -/* $Id: colortab.c,v 1.5 1999/11/11 17:50:04 brianp Exp $ */ +/* $Id: colortab.c,v 1.6 1999/11/11 17:53:14 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -220,7 +220,7 @@ _mesa_ColorSubTableEXT( GLenum target, GLsizei start, GLint comps; GLubyte *dest; - ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glColorSubTable"); + ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glColorSubTableEXT"); switch (target) { case GL_TEXTURE_1D: |