diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-12-31 23:24:33 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-12-31 23:24:33 +0000 |
commit | 354f8f7e943d1a0732f4181420211efff27532b8 (patch) | |
tree | 4f7faf30212b06f85c6f67d9661a7e7a389f9a1b | |
parent | 5f947b04da13256e5f514c40dedb98c6e1cbe0f1 (diff) |
Some strange \240 character snuck into the original commit of this file.
-rw-r--r-- | hw/kdrive/ati/radeon_composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |