diff options
Diffstat (limited to 'src/atimach64xv.c')
-rw-r--r-- | src/atimach64xv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimach64xv.c b/src/atimach64xv.c index 0aa8852..bb3f486 100644 --- a/src/atimach64xv.c +++ b/src/atimach64xv.c @@ -1370,7 +1370,7 @@ ATIMach64XVInitialiseAdaptor if (!(pAdaptor = xf86XVAllocateVideoAdaptorRec(pScreenInfo))) return 0; - ppAdaptor = xnfalloc(sizeof(pAdaptor)); + ppAdaptor = XNFalloc(sizeof(pAdaptor)); ppAdaptor[0] = pAdaptor; pAdaptor->nPorts = 1; |