From 93db5ef135700ee97b3d1c8ccac933b326adb61c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 19 Jul 2024 12:42:37 -0700 Subject: [PATCH] Fixed documentation for SDL_GlobDirectory() --- include/SDL3/SDL_filesystem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h index dfaaf544dc..b0a0f19fbe 100644 --- a/include/SDL3/SDL_filesystem.h +++ b/include/SDL3/SDL_filesystem.h @@ -367,8 +367,7 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo * * \param count on return, will be set to the number of items in the returned * array. Can be NULL. * \returns an array of strings on success or NULL on failure; call - * SDL_GetError() for more information. The caller should pass the - * returned pointer to SDL_free when done with it. + * SDL_GetError() for more information. * * \threadsafety It is safe to call this function from any thread. *