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;