More const

This commit is contained in:
apio 2022-12-05 13:00:41 +01:00
parent 792642dd6f
commit 54ce511f1d
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -47,8 +47,8 @@ static Result<void> log_text_console(LogLevel level, const char* format, va_list
va_list ap;
va_copy(ap, origin);
u32 original_foreground = TextConsole::foreground();
u32 original_background = TextConsole::background();
const u32 original_foreground = TextConsole::foreground();
const u32 original_background = TextConsole::background();
TextConsole::set_background(BLACK);