Commit 253488ca authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

typo

parent 5743a8e2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment