0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::allocator: Remove trailing comma per jemalloc.

This commit is contained in:
Jason Volk 2019-09-06 13:49:09 -07:00
parent 1afa0daf3f
commit c7b0e9a1b5

View file

@ -24,7 +24,7 @@ const char *
__attribute__((weak))
malloc_conf
{
"narenas:1,"
"narenas:1"
};
#endif