Skip to content

Commit

Permalink
Update include/SDL3/SDL_hashtable.h
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Lantinga <[email protected]>
  • Loading branch information
icculus and slouken authored Feb 13, 2025
1 parent c5362da commit eaa47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_hashtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ typedef bool (SDLCALL *SDL_HashTableIterateCallback)(void *userdata, const SDL_H
* in the hash table, or -1 for no estimate.
* \param hash the function to use to hash keys.
* \param keymatch the function to use to compare keys.
* \param destroy the function to use to clean up keys and values.
* \param destroy the function to use to clean up keys and values, may be NULL.
* \param userdata a pointer that is passed to the callbacks.
* \returns a newly-created hash table, or NULL if there was an error; call
* SDL_GetError() for more information.
Expand Down

0 comments on commit eaa47b7

Please sign in to comment.