🧹 Fix more -Wformat warnings

This commit is contained in:
Gleb Mazovetskiy 2021-05-01 21:15:17 +01:00 committed by Anders Jenbo
commit 47c93c2f9c
10 changed files with 26 additions and 25 deletions

View file

@ -209,7 +209,7 @@ void init_archives()
void init_create_window()
{
if (!SpawnWindow(PROJECT_NAME))
app_fatal(_("Unable to create main window"));
app_fatal("%s", _("Unable to create main window"));
dx_init();
gbActive = true;
#ifndef USE_SDL1