summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-18 13:37:18 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-18 13:37:18 +0000
commit3fa4bd008c900ce42bf44818fadacbc55578e1c4 (patch)
treef4588507110ed4001b258614eda63f727fcb9c46 /src/mesa/main
parent7ea33579e733345393410d2c111a638b46e3d241 (diff)
Fix error message.
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texformat_tmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texformat_tmp.h b/src/mesa/main/texformat_tmp.h
index 67a1922623..5e208ba57b 100644
--- 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