diff options
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r-- | src/common/showmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c index 9d7395730..9323efa3f 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -49,7 +49,7 @@ /// if false removes the escape sequences int stdout_with_ansisequence = 0; -int msg_silent; //Specifies how silent the console is. +int msg_silent = 0; //Specifies how silent the console is. /////////////////////////////////////////////////////////////////////////////// /// static/dynamic buffer for the messages |