From 796bdce828c2765fafcbe4c0be63f65779e76351 Mon Sep 17 00:00:00 2001 From: Bart House Date: Sun, 2 Dec 2018 13:35:48 -0800 Subject: [PATCH] Update comment within mswin_status_string. --- win/win32/mhstatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/win32/mhstatus.h b/win/win32/mhstatus.h index d7239d580..4d5d93753 100644 --- a/win/win32/mhstatus.h +++ b/win/win32/mhstatus.h @@ -38,7 +38,7 @@ typedef struct mswin_status_string { int color; /* string text color index */ int attribute; /* string text attributes */ boolean draw_bar; /* draw a percentage bar */ - int bar_percent; /* a percentage to indicate; 100 will draw no percentage bar */ + int bar_percent; /* a percentage to indicate */ int bar_color; /* color index of percentage bar */ int bar_attribute; /* attributes of percentage bar */ } mswin_status_string;