diff --git a/hw/kdrive/ati/ati_dri.c b/hw/kdrive/ati/ati_dri.c index 48afbd2f0..9b792b158 100644 --- a/hw/kdrive/ati/ati_dri.c +++ b/hw/kdrive/ati/ati_dri.c @@ -322,7 +322,7 @@ ATIDRIAgpInit(ScreenPtr pScreen) default: ErrorF("[agp] Illegal aperture size %d kB\n", atis->gartSize * 1024); - return FALSE; + return FALSE; } MMIO_OUT32(mmio, ATI_REG_AGP_CNTL, cntl);