Some strange \240 character snuck into the original commit of this file.

This commit is contained in:
Eric Anholt 2003-12-31 23:24:33 +00:00
parent 5f947b04da
commit 354f8f7e94

View File

@ -118,7 +118,7 @@ RadeonTextureSetup(PicturePtr pPict, PixmapPtr pPix, int unit)
}
if (pPict->repeat) {
if ((w & (w - 1)) != 0 || (h & (h - 1)) != 0)
ATI_FALLBACK(("NPOT repeat unsupported (%dx%d)\n", w,
ATI_FALLBACK(("NPOT repeat unsupported (%dx%d)\n", w,
h));
txformat |= (ATILog2(w) - 1) << RADEON_TXFORMAT_WIDTH_SHIFT;