mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
updated error msg
This commit is contained in:
parent
a9a155e574
commit
8a970af976
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue