Sfoglia il codice sorgente

Sync SDL3 wiki -> header

SDL Wiki Bot 2 anni fa
parent
commit
be5d4e5857
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      include/SDL3/SDL_thread.h

+ 1 - 1
include/SDL3/SDL_thread.h

@@ -161,7 +161,7 @@ typedef int (SDLCALL * SDL_ThreadFunction) (void *data);
  *
  *
  * - `SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER`: `fn`
  * - `SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER`: `fn`
  * - `SDL_PROP_THREAD_CREATE_NAME_STRING`: `name`
  * - `SDL_PROP_THREAD_CREATE_NAME_STRING`: `name`
- * - `SDL_PROP_THREAD_CREATE_USERDATA_POINTER: `data`
+ * - `SDL_PROP_THREAD_CREATE_USERDATA_POINTER`: `data`
  *
  *
  * Note that this "function" is actually a macro that calls an internal
  * Note that this "function" is actually a macro that calls an internal
  * function with two extra parameters not listed here; they are hidden through
  * function with two extra parameters not listed here; they are hidden through