From 354f8f7e943d1a0732f4181420211efff27532b8 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 31 Dec 2003 23:24:33 +0000 Subject: [PATCH] Some strange \240 character snuck into the original commit of this file. --- hw/kdrive/ati/radeon_composite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ati/radeon_composite.c b/hw/kdrive/ati/radeon_composite.c index 71c366883..a9645a551 100644 --- a/hw/kdrive/ati/radeon_composite.c +++ b/hw/kdrive/ati/radeon_composite.c @@ -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;