diff --git a/src/drivers/win/memwatch.cpp b/src/drivers/win/memwatch.cpp index d28d355a..76851291 100644 --- a/src/drivers/win/memwatch.cpp +++ b/src/drivers/win/memwatch.cpp @@ -276,7 +276,7 @@ void UpdateMemWatch() } else { - text = "-"; + text = "- "; } MoveToEx(hdc,xPositions[i],yPositions[i],NULL);