From 27509f0408cc24ec8e5d9ce7748a9882eea9f3e3 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 28 Dec 2021 12:41:25 +0900 Subject: [PATCH] Fix typo https://github.com/rui314/mold/issues/203 --- mold.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.h b/mold.h index ab21d4d6..9c0aeb25 100644 --- a/mold.h +++ b/mold.h @@ -131,7 +131,7 @@ public: ctx.has_error = true; } else { if (ctx.arg.color_diagnostics) - out << "mold: \033[0;1;35warning:\033[0m "; + out << "mold: \033[0;1;35mwarning:\033[0m "; else out << "mold: warning: "; }