Skip to content

Commit 1ec12b3

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent b6c4a46 commit 1ec12b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3/SDL_filesystem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,10 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo
444444
* Enumerate a directory tree, filtered by pattern, and return a list.
445445
*
446446
* Files are filtered out if they don't match the string in `pattern`, which
447-
* may contain wildcard characters '\*' (match everything) and '?' (match one
447+
* may contain wildcard characters `*` (match everything) and `?` (match one
448448
* character). If pattern is NULL, no filtering is done and all results are
449449
* returned. Subdirectories are permitted, and are specified with a path
450-
* separator of '/'. Wildcard characters '\*' and '?' never match a path
450+
* separator of `/`. Wildcard characters `*` and `?` never match a path
451451
* separator.
452452
*
453453
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching

0 commit comments

Comments
 (0)