From bd8b9339af854b81df9357088723857292247568 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 15 May 2000 23:28:59 +0000 Subject: [PATCH] Added missing parentheses that I missed in the previous checkin. --- nsprpub/pr/include/md/_unixos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsprpub/pr/include/md/_unixos.h b/nsprpub/pr/include/md/_unixos.h index 1a0352d70953..1b6f91cc4641 100644 --- a/nsprpub/pr/include/md/_unixos.h +++ b/nsprpub/pr/include/md/_unixos.h @@ -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);