Added missing parentheses that I missed in the previous checkin.

This commit is contained in:
wtc%netscape.com 2000-05-15 23:28:59 +00:00
parent 011e0d997e
commit bd8b9339af

View File

@ -455,7 +455,7 @@ struct _MDFileMap {
extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
#define _MD_CREATE_FILE_MAP _MD_CreateFileMap
#define _MD_GET_MEM_MAP_ALIGNMENT PR_GetPageSize()
#define _MD_GET_MEM_MAP_ALIGNMENT() PR_GetPageSize()
extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
PRUint32 len);