projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18343db
)
kill a warning
author
Alan Hourihane
<alanh@tungstengraphics.com>
Mon, 8 Dec 2003 17:07:41 +0000
(17:07 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Mon, 8 Dec 2003 17:07:41 +0000
(17:07 +0000)
src/mesa/main/arbparse.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/arbparse.c
b/src/mesa/main/arbparse.c
index 3d616b7a5181646956351f60be044881e33040db..a609f7d360c8273b422db3e76e61286ae460cddf 100644
(file)
--- a/
src/mesa/main/arbparse.c
+++ b/
src/mesa/main/arbparse.c
@@
-706,7
+706,7
@@
static GLint error_position = -1;
static GLubyte *unknown = (GLubyte *) "???";
static GLvoid
-clear_last_error ()
+clear_last_error (
GLvoid
)
{
/* reset error message */
error_message = NULL;