]> git.sesse.net Git - vlc/commitdiff
typo
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 26 Nov 2007 20:56:49 +0000 (20:56 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 26 Nov 2007 20:56:49 +0000 (20:56 +0000)
modules/access/file.c

index 6d9a2391efb42ef4f2ef229b685ef316c8917d0c..bd76d86e2a6e34ba2cccfd97bef30593def86c99 100644 (file)
@@ -327,8 +327,8 @@ static int Read( access_t *p_access, uint8_t *p_buffer, int i_len )
 
 #ifdef HAVE_MMAP
 # define MMAP_SIZE (1 << 18)
-# ifndef MMAP_POPULATE
-#  define MMAP_POPULATE 0
+# ifndef MAP_POPULATE
+#  define MAP_POPULATE 0
 # endif
 
 struct block_sys_t