Skip to content

Commit

Permalink
Fix a typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Dec 30, 2023
1 parent 35c7fcc commit f3a1123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sdlmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8719,7 +8719,7 @@ int main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
#if defined(C_SDL2)
SDL_version sdl_version;
SDL_GetVersion(&sdl_version);
LOG_MSG("SDL: version %d.%d.%d, Video %s, Audio %s)",
LOG_MSG("SDL: version %d.%d.%d, Video %s, Audio %s",
sdl_version.major, sdl_version.minor, sdl_version.patch,
SDL_GetCurrentVideoDriver(), SDL_GetCurrentAudioDriver());
#endif //defined (C_SDL2)
Expand Down

0 comments on commit f3a1123

Please sign in to comment.