aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c
index 39e29d0..0261086 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -417,6 +417,7 @@ void msg(unsigned type, char *fmt, ...) {
va_start(args, fmt);
stream = stdout;
+ fprintf(stream, "%s", OMC_COLOR_RESET);
if (type & OMC_MSG_ERROR) {
// for error output
stream = stderr;