mesa: Fix misplaced #endif
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 1 Oct 2010 23:23:06 +0000 (16:23 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 1 Oct 2010 23:55:35 +0000 (16:55 -0700)
commit69c78bf2c21c239d6064847dd0628f3526d68f9b
tree4e57c4c1b044fbc6c9b6f18ae58bb2d891e92537
parent7c6147014a726eefb7a73c8520a0b48a57248a03
mesa: Fix misplaced #endif

If FEATURE_texture_s3tc is not defined, FXT1 formats would erroneously
fall through to the MESA_FORMAT_RGBA_FLOAT32 case.
src/mesa/main/formats.c