summaryrefslogtreecommitdiff
path: root/src/g80_dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/g80_dac.c')
-rw-r--r--src/g80_dac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g80_dac.c b/src/g80_dac.c
index fb56f47..0bc2521 100644
--- a/src/g80_dac.c
+++ b/src/g80_dac.c
@@ -194,7 +194,7 @@ static const xf86OutputFuncsRec G80DacOutputFuncs = {
xf86OutputPtr
G80CreateDac(ScrnInfoPtr pScrn, ORNum or)
{
- G80OutputPrivPtr pPriv = xnfcalloc(sizeof(*pPriv), 1);
+ G80OutputPrivPtr pPriv = XNFcallocarray(sizeof(*pPriv), 1);
xf86OutputPtr output;
char orName[5];