Very small fix

This commit is contained in:
adelikat 2008-07-31 17:10:04 +00:00
parent cc47bb6020
commit 630a18118d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void UpdateMemWatch()
}
else
{
text = "-";
text = "- ";
}
MoveToEx(hdc,xPositions[i],yPositions[i],NULL);