summaryrefslogtreecommitdiff
path: root/src/video_out/libdha/mmi.c
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-01-13 21:56:14 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-01-13 21:56:14 +0000
commit0a1316f12b34c9efa3af9ee4d4c0eb0cb6fc85df (patch)
treeff9b67b3f307ef58da4edf1edd57c733d4663217 /src/video_out/libdha/mmi.c
parent4d93af2dc3916d7e9009d55f0f6479cd49343cde (diff)
downloadxine-lib-0a1316f12b34c9efa3af9ee4d4c0eb0cb6fc85df.tar.gz
xine-lib-0a1316f12b34c9efa3af9ee4d4c0eb0cb6fc85df.tar.bz2
sync with vidix cvs
CVS patchset: 6043 CVS date: 2004/01/13 21:56:14
Diffstat (limited to 'src/video_out/libdha/mmi.c')
-rw-r--r--src/video_out/libdha/mmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/libdha/mmi.c b/src/video_out/libdha/mmi.c
index d1cd3c8d1..39d21926a 100644
--- a/src/video_out/libdha/mmi.c
+++ b/src/video_out/libdha/mmi.c
@@ -69,8 +69,8 @@ void * bm_alloc_pci_shmem(pciinfo_t *pi, unsigned mem_bitness, unsigned long len
if(ioctl(libdha_fd,DHAHELPER_ALLOC_PA,&vmi) == 0)
return vmi.addr;
}
- return 0;
#endif
+ return NULL;
}
void bm_free_pci_shmem(void * pci_shmem)