aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/allocators/tbbmalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/tbbmalloc.py b/src/allocators/tbbmalloc.py
index 3735529..77c3cf0 100644
--- a/src/allocators/tbbmalloc.py
+++ b/src/allocators/tbbmalloc.py
@@ -21,4 +21,4 @@ class TBBMalloc (src.allocator.Allocator):
super().__init__(name, **kwargs)
-tbbmalloc = TBBMalloc("tbbmalloc" color="xkcd:green")
+tbbmalloc = TBBMalloc("tbbmalloc", color="xkcd:green")