More const
This commit is contained in:
parent
792642dd6f
commit
54ce511f1d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user