aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-01-18 17:28:07 +0000
committergingerBill <bill@gingerbill.org>2018-01-18 17:28:07 +0000
commitb03ce0e9b4b43f3d46fec8bb9cf4de56e6ee886a (patch)
treec0cb33dd58cf0c6dfbe5078e8055c185600ba995 /src/common.cpp
parent386f5f596da284e90565b02d7766ebf79fddb8f7 (diff)
Modify implicit semicolon rules
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index b922980db..1208349b4 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -63,7 +63,6 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
#else
case gbAllocation_Alloc:
// TODO(bill): Make sure this is aligned correctly
- // ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, align_formula_isize(size, alignment));
ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, align_formula_isize(size, alignment));
break;
case gbAllocation_Free: