From d06e99ae34bead1161de1ca7fcebeb4e5e2ea786 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sun, 26 Mar 2023 09:43:29 +0200 Subject: [PATCH] Console: wrong alignment --- src/Base/Console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Console.h b/src/Base/Console.h index 55b20ba5be..158fe1cc2d 100644 --- a/src/Base/Console.h +++ b/src/Base/Console.h @@ -630,7 +630,7 @@ public: MsgType_Log = 2, // ConsoleObserverStd sends this and higher to stderr MsgType_Wrn = 4, MsgType_Err = 8, - MsgType_Critical = 16, // Special message to notify critical information + MsgType_Critical = 16, // Special message to notify critical information MsgType_Notification = 32, // Special message to for notifications to the user MsgType_TranslatedNotification = 64, // Special message for already translated notifications to the user };