re-add parenthesis from last commit

This commit is contained in:
Ryan Collins 2015-03-25 19:34:39 -04:00
parent 1c044867ae
commit 1d26ffc661
1 changed files with 1 additions and 1 deletions

View File

@ -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 ); Insert_MemoryLineDump ( count );
} }