summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/riva_xaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/riva_xaa.c b/src/riva_xaa.c
index 8d3d15f..d0a9b50 100644
--- a/src/riva_xaa.c
+++ b/src/riva_xaa.c
@@ -518,7 +518,7 @@ RivaAccelInit(ScreenPtr pScreen)
/* Allocate buffer for color expansion and also image writes in the
future */
- pRiva->expandBuffer = xnfalloc(((pScrn->virtualX*pScrn->bitsPerPixel)/8) + 8);
+ pRiva->expandBuffer = XNFalloc(((pScrn->virtualX*pScrn->bitsPerPixel)/8) + 8);
infoPtr->ScanlineColorExpandBuffers = &pRiva->expandBuffer;