From b03ce0e9b4b43f3d46fec8bb9cf4de56e6ee886a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 18 Jan 2018 17:28:07 +0000 Subject: Modify implicit semicolon rules --- src/common.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.cpp') 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: -- cgit v1.2.3