aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/allocators/scalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/scalloc.py b/src/allocators/scalloc.py
index 4be8798..9114b31 100644
--- a/src/allocators/scalloc.py
+++ b/src/allocators/scalloc.py
@@ -9,7 +9,7 @@ scalloc_src = Allocator_Sources("scalloc",
prepare_cmds=["git checkout {}".format(version),
"cd {srcdir}; tools/make_deps.sh",
"cd {srcdir}; build/gyp/gyp --depth=. scalloc.gyp"],
- reset_cmds=["git reset --hard"]
+ reset_cmds=["git reset --hard"])
class Scalloc (Allocator):