From 9225a421b790cf24aaef307e088c3d260a81e5a1 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 16 Jan 2025 13:20:18 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_filesystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h index 245fe1fe38..8136684261 100644 --- a/include/SDL3/SDL_filesystem.h +++ b/include/SDL3/SDL_filesystem.h @@ -313,8 +313,8 @@ typedef enum SDL_EnumerationResult * terminate the enumeration early, and dictate the return value of the * enumeration function itself. * - * `dirname` is guaranteed to end with a path separator ('\\' on - * Windows, '/' on most other platforms). + * `dirname` is guaranteed to end with a path separator ('\\' on Windows, '/' + * on most other platforms). * * \param userdata an app-controlled pointer that is passed to the callback. * \param dirname the directory that is being enumerated.