🧹 Fix more -Wformat warnings
This commit is contained in:
parent
22ebebb2d1
commit
47c93c2f9c
10 changed files with 26 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue