From d7d3028765c04335b690f492ba1d9e557b7cab06 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 6 May 2024 16:06:32 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_iostream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_iostream.h b/include/SDL3/SDL_iostream.h index 4407e09ff3..81a459c534 100644 --- a/include/SDL3/SDL_iostream.h +++ b/include/SDL3/SDL_iostream.h @@ -176,8 +176,8 @@ typedef struct SDL_IOStream SDL_IOStream; * format, regardless of the underlying operating system. * * In Android, SDL_IOFromFile() can be used to open content:// URIs. As a - * fallback, SDL_IOFromFile() will transparently open a matching filename - * in the app's `assets`. + * fallback, SDL_IOFromFile() will transparently open a matching filename in + * the app's `assets`. * * Closing the SDL_IOStream will close SDL's internal file handle. *