aboutsummaryrefslogtreecommitdiff
path: root/sword2/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/memory.cpp')
-rw-r--r--sword2/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/memory.cpp b/sword2/memory.cpp
index 2030ecc0aa..98feaa360d 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -232,7 +232,7 @@ void MemoryManager::memFree(byte *ptr) {
_memBlockIndex[idx]->ptr = NULL;
_totAlloc -= _memBlockIndex[idx]->size;
-
+
// Remove the memory block from the index
_numBlocks--;