From 74c9c9a3255fbca20a65222e3cb7e3455a4f1db2 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 4 Jun 2024 01:23:30 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_dialog.h b/include/SDL3/SDL_dialog.h index 286bf3c96f..e1b5187210 100644 --- a/include/SDL3/SDL_dialog.h +++ b/include/SDL3/SDL_dialog.h @@ -79,8 +79,8 @@ typedef struct SDL_DialogFileFilter * freed when the callback returns. * * The filter argument is the index of the filter that was selected, or -1 if - * no filter was selected or if the platform or method doesn't support fetching - * the selected filter. + * no filter was selected or if the platform or method doesn't support + * fetching the selected filter. * * \param userdata An app-provided pointer, for the callback's use. * \param filelist The file(s) chosen by the user.