jemalloc_stub.c: Forgot to update comment. No binary changes.

This commit is contained in:
rin 2023-08-24 06:31:19 +00:00
parent f8b4e528be
commit 7cacb6761a
1 changed files with 1 additions and 1 deletions

View File

@ -141,4 +141,4 @@ void malloc_conf_set(const char *m)
{
__je_malloc_conf_set(m);
}
#endif /* HAVE_JEMALLOC != 100 */
#endif /* HAVE_JEMALLOC > 100 */