Very small fix
This commit is contained in:
parent
cc47bb6020
commit
630a18118d
|
@ -276,7 +276,7 @@ void UpdateMemWatch()
|
|||
}
|
||||
else
|
||||
{
|
||||
text = "-";
|
||||
text = "- ";
|
||||
}
|
||||
|
||||
MoveToEx(hdc,xPositions[i],yPositions[i],NULL);
|
||||
|
|
Loading…
Reference in New Issue