diff --git a/Source/Project64/N64 System/Debugger/Debugger - View Memory.cpp b/Source/Project64/N64 System/Debugger/Debugger - View Memory.cpp index 636e293b8..441a973c9 100644 --- a/Source/Project64/N64 System/Debugger/Debugger - View Memory.cpp +++ b/Source/Project64/N64 System/Debugger/Debugger - View Memory.cpp @@ -465,7 +465,7 @@ void CDebugMemoryView::RefreshMemory ( bool ResetCompare ) } } - for (int count = 0 ; count < 16;count ++ + for (int count = 0 ; count < 16;count ++) { Insert_MemoryLineDump ( count ); }