mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-15 10:36:59 +00:00
Minor Changes
Signed-off-by: Xphalnos <yiga.steam@gmail.com>
This commit is contained in:
parent
ccedf3b251
commit
328292ce55
5 changed files with 12 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue