From 630a18118dae979b302fdce3ea1ee4cd14f6e24c Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 31 Jul 2008 17:10:04 +0000 Subject: [PATCH] Very small fix --- src/drivers/win/memwatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);