summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-09-10 14:41:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-09-10 14:41:55 +0000
commit8a970af976ef1b0c37a7a6d5967b5ad698688c77 (patch)
treebc74bd713c0f2c1a560adb3fdeba26d9826b7855
parenta9a155e574d114c3d7e9f081a1585573152919ce (diff)
updated error msg
-rw-r--r--src/mesa/main/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 997e3829c8..21e07e70d1 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 6.1
+ * Version: 6.2
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
@@ -104,7 +104,7 @@
static int
generic_noop(void)
{
- _mesa_problem(NULL, "User called no-op dispatch function (not part of Mesa subset?)");
+ _mesa_problem(NULL, "User called no-op dispatch function (an unsupported extension function?)");
return 0;
}