Skip to content

Commit a1a8278

Browse files
committed
Sync SDL3 wiki -> header
1 parent 750aef2 commit a1a8278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: include/SDL3/SDL_events.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1435,9 +1435,9 @@ extern SDL_DECLSPEC void * SDLCALL SDL_AllocateTemporaryMemory(size_t size);
14351435
* Claim ownership of temporary memory.
14361436
*
14371437
* Some functions return temporary memory which SDL will automatically clean
1438-
* up. If you want to hold onto it past the current event being handled or beyond the current
1439-
* function scope, you can call this function to get a pointer that you own,
1440-
* and can free using SDL_free() when you're done.
1438+
* up. If you want to hold onto it past the current event being handled or
1439+
* beyond the current function scope, you can call this function to get a
1440+
* pointer that you own, and can free using SDL_free() when you're done.
14411441
*
14421442
* If the memory isn't temporary, this will return NULL, and you don't have
14431443
* ownership of the memory.

0 commit comments

Comments
 (0)