فهرست منبع

Sync SDL3 wiki -> header

SDL Wiki Bot 1 سال پیش
والد
کامیت
1a97d1f649
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      include/SDL3/SDL_filesystem.h
  2. 2 2
      include/SDL3/SDL_storage.h

+ 2 - 2
include/SDL3/SDL_filesystem.h

@@ -337,8 +337,8 @@ extern DECLSPEC int SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo *info
  * separator of '/'. Wildcard characters '*' and '?' never match a path
  * separator.
  *
- * `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern
- * matching case-insensitive.
+ * `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching
+ * case-insensitive.
  *
  * The returned array is always NULL-terminated, for your iterating
  * convenience, but if `count` is non-NULL, on return it will contain the

+ 2 - 2
include/SDL3/SDL_storage.h

@@ -355,8 +355,8 @@ extern DECLSPEC Uint64 SDLCALL SDL_GetStorageSpaceRemaining(SDL_Storage *storage
  * separator of '/'. Wildcard characters '*' and '?' never match a path
  * separator.
  *
- * `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern
- * matching case-insensitive.
+ * `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching
+ * case-insensitive.
  *
  * The returned array is always NULL-terminated, for your iterating
  * convenience, but if `count` is non-NULL, on return it will contain the