Fix another insufficiently parenthesized macro expansion.
This commit is contained in:
parent
6f4a630e9a
commit
ce79ad5a19
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
/* Initializers for members flags... */
|
||||
/* Unmapped cache */
|
||||
#define UNMAPPED_CACHE(type, flags) \
|
||||
sizeof(type), flags, NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL
|
||||
sizeof(type), (flags), NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL
|
||||
/*
|
||||
* Mapped cache, array with known size.
|
||||
* Members cids, fids are not set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue