updated error msg
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Sep 2004 14:41:55 +0000 (14:41 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Sep 2004 14:41:55 +0000 (14:41 +0000)
src/mesa/main/state.c

index 997e3829c8a863d0eeca31bb9cccec57c050308d..21e07e70d1eb4a367871f3e5d6ebe99f7056b149 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.1
+ * Version:  6.2
  *
  * Copyright (C) 1999-2004  Brian Paul   All Rights Reserved.
  *
 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;
 }