diff --git a/src/mem/localalloc.h b/src/mem/localalloc.h index 0d9e747..39255cc 100644 --- a/src/mem/localalloc.h +++ b/src/mem/localalloc.h @@ -117,7 +117,7 @@ namespace snmalloc "initialisation"); // Unreachable, but needed to keep the type checker happy in deducing // the return type of this function. - return static_cast(nullptr); + return static_cast(nullptr); } else {