summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/showmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.h b/src/common/showmsg.h
index 03ffe310b..1c4a2dfcb 100644
--- a/src/common/showmsg.h
+++ b/src/common/showmsg.h
@@ -10,7 +10,7 @@ extern int _ShowMessage(const char *string, enum msg_type flag);
/* MSG_XX */
#define ShowMsg(string,flag) _ShowMessage(string,flag)
// #define DisplayMsg(string,flag) _ShowMessage(string,flag)
-// #define ShowMessage(string,flag) _ShowMessage(string,flag)
+ #define ShowMessage(string,flag) _ShowMessage(string,flag)
/* MSG_STATUS */
#define ShowStatus(string) _ShowMessage(string,MSG_STATUS)