From 2e63108b5fd2d2a5b47783dc3ada434a18138e13 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 8 May 2022 20:55:30 +0200 Subject: [PATCH] format code --- source/memory_mapping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory_mapping.cpp b/source/memory_mapping.cpp index 6ecde4a..3190fa8 100644 --- a/source/memory_mapping.cpp +++ b/source/memory_mapping.cpp @@ -535,7 +535,7 @@ void MemoryMapping_CreateHeaps() { #ifdef DEBUG auto heap = #endif - MEMCreateExpHeapEx(address, size, MEM_HEAP_FLAG_USE_LOCK); + MEMCreateExpHeapEx(address, size, MEM_HEAP_FLAG_USE_LOCK); #ifdef DEBUG DEBUG_FUNCTION_LINE("Created heap @%08X, size %d KiB", heap, size / 1024); #endif