mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Fix error message.
This commit is contained in:
parent
7ea33579e7
commit
3fa4bd008c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue