Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 month ago
parent
commit
ffdca343fb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/SDL3/SDL_storage.h

+ 2 - 1
include/SDL3/SDL_storage.h

@@ -450,7 +450,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_CloseStorage(SDL_Storage *storage);
  *
  * This function should be called in regular intervals until it returns true -
  * however, it is not recommended to spinwait on this call, as the backend may
- * depend on a synchronous message loop. You might instead poll this in your game's main loop while processing events and drawing a loading screen.
+ * depend on a synchronous message loop. You might instead poll this in your
+ * game's main loop while processing events and drawing a loading screen.
  *
  * \param storage a storage container to query.
  * \returns true if the container is ready, false otherwise.