From: Gareth Hughes Date: Sun, 18 Mar 2001 13:37:18 +0000 (+0000) Subject: Fix error message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fa4bd008c900ce42bf44818fadacbc55578e1c4;p=mesa.git Fix error message. --- diff --git a/src/mesa/main/texformat_tmp.h b/src/mesa/main/texformat_tmp.h index 67a19226238..5e208ba57b6 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