Skip to content

Commit

Permalink
SDL3/SDL_CreateSemaphore: get_data_to_queue(void); seems like a copy-…
Browse files Browse the repository at this point in the history
…paste error to me, and it's redundant in the given code example.

Live page is here: https://wiki.libsdl.org/SDL3/SDL_CreateSemaphore
  • Loading branch information
TheEmeraldFalcon authored and slouken committed Feb 6, 2025
1 parent a5531d5 commit 5baca40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SDL3/SDL_CreateSemaphore.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Typical use of semaphores:
```c
void add_data_to_queue(void);
void get_data_to_queue(void);
void get_data_from_queue(void);
int data_available(void);
void wait_for_threads(void);
Expand Down

0 comments on commit 5baca40

Please sign in to comment.