Explorar o código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hai 1 mes
pai
achega
ee5f5c9172
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      include/SDL3/SDL_dialog.h

+ 2 - 2
include/SDL3/SDL_dialog.h

@@ -84,8 +84,8 @@ typedef struct SDL_DialogFileFilter
  * - A pointer to NULL, the user either didn't choose any file or canceled the
  *   dialog.
  * - A pointer to non-`NULL`, the user chose one or more files. The argument
- *   is a null-terminated array of pointers to UTF-8 encoded strings, each containing a
- *   path.
+ *   is a null-terminated array of pointers to UTF-8 encoded strings, each
+ *   containing a path.
  *
  * The filelist argument should not be freed; it will automatically be freed
  * when the callback returns.