Minor Changes

Signed-off-by: Xphalnos <yiga.steam@gmail.com>
This commit is contained in:
Xphalnos 2025-10-06 11:49:56 +02:00
parent ccedf3b251
commit 328292ce55
5 changed files with 12 additions and 15 deletions

View file

@ -24,7 +24,7 @@ int main()
if (bool return_code = gui::init_imgui(&window); false == return_code)
{
LOG_ERROR( "Failed to initialize GUI");
LOG_ERROR("Failed to initialize GUI");
return EXIT_FAILURE;
}