projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea3357
)
Fix error message.
author
Gareth Hughes
<gareth@valinux.com>
Sun, 18 Mar 2001 13:37:18 +0000
(13:37 +0000)
committer
Gareth Hughes
<gareth@valinux.com>
Sun, 18 Mar 2001 13:37:18 +0000
(13:37 +0000)
src/mesa/main/texformat_tmp.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/texformat_tmp.h
b/src/mesa/main/texformat_tmp.h
index 67a192262384a2940eb2131506aea0cf5af3374e..5e208ba57b675a657529ba4e9e6623e5c44ea9de 100644
(file)
--- a/
src/mesa/main/texformat_tmp.h
+++ b/
src/mesa/main/texformat_tmp.h
@@
-1,4
+1,4
@@
-/* $Id: texformat_tmp.h,v 1.
2 2001/03/18 13:34:24
gareth Exp $ */
+/* $Id: texformat_tmp.h,v 1.
3 2001/03/18 13:37:18
gareth Exp $ */
/*
* Mesa 3-D graphics library
@@
-71,7
+71,7
@@
#define FETCH(x) fetch_3d_texel_##x
#else
-#error
"..."
+#error
illegal number of texture dimensions
#endif