From c7b0e9a1b544dfd03e31af0430b94186204cfcf3 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 6 Sep 2019 13:49:09 -0700 Subject: [PATCH] ircd::allocator: Remove trailing comma per jemalloc. --- ircd/allocator_je.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/allocator_je.cc b/ircd/allocator_je.cc index d1db57f6f..87f8b9940 100644 --- a/ircd/allocator_je.cc +++ b/ircd/allocator_je.cc @@ -24,7 +24,7 @@ const char * __attribute__((weak)) malloc_conf { - "narenas:1," + "narenas:1" }; #endif