ソースを参照

Fixed a typo in SDL_log.h

Sam Lantinga 1 年間 前
コミット
ad842dd5ad
1 ファイル変更1 行追加2 行削除
  1. 1 2
      include/SDL3/SDL_log.h

+ 1 - 2
include/SDL3/SDL_log.h

@@ -163,8 +163,7 @@ extern DECLSPEC void SDLCALL SDL_LogResetPriorities(void);
 /**
 /**
  * Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.
  * 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
  * \param ... additional parameters matching % tokens in the `fmt` string, if
  *            any
  *            any
  *
  *