diff --git a/src/main.cc b/src/main.cc index fbc0dac..e7a8190 100644 --- a/src/main.cc +++ b/src/main.cc @@ -28,7 +28,7 @@ std::vector> widgets; SDL_AppResult SDL_AppInit(void** appstate, int argc, char* argv[]) { if(SDL_Init(SDL_INIT_VIDEO) == false) { SDL_LogError( - SDL_LOG_CATEGORY_APPLICATION, "Couldn't initialize SDL! -> $s", SDL_GetError()); + SDL_LOG_CATEGORY_APPLICATION, "Couldn't initialize SDL! -> %s", SDL_GetError()); return SDL_APP_FAILURE; }