summaryrefslogtreecommitdiff
path: root/lib/ds/plarena.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ds/plarena.c')
-rw-r--r--lib/ds/plarena.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ds/plarena.c b/lib/ds/plarena.c
index e1edb134..1d54e2ca 100644
--- a/lib/ds/plarena.c
+++ b/lib/ds/plarena.c
@@ -37,7 +37,8 @@ PR_IMPLEMENT(void) PL_InitArenaPool(
static const PRUint8 pmasks[33] = {
0, /* not used */
0, 1, 3, 3, 7, 7, 7, 7,15,15,15,15,15,15,15,15, /* 1 ... 16 */
- 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31}; /* 17 ... 32 */
+ 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 /* 17 ... 32 */
+ };
if (align == 0)
align = PL_ARENA_DEFAULT_ALIGN;