Skip to content

Commit

Permalink
Fixed a typo in SDL_log.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 4, 2023
1 parent f9d1180 commit ad842dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/SDL3/SDL_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ extern DECLSPEC void SDLCALL SDL_LogResetPriorities(void);
/**
* Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.
*
* = * \param fmt a printf() style message format string
*
* \param fmt a printf() style message format string
* \param ... additional parameters matching % tokens in the `fmt` string, if
* any
*
Expand Down

0 comments on commit ad842dd

Please sign in to comment.