Update rcore.c

This commit is contained in:
Ray
2026-07-18 17:14:03 +02:00
parent baa9a4df51
commit 6c6a248be8

View File

@@ -2843,7 +2843,7 @@ bool IsPathDirectory(const char *path)
}
// Check if provided path is an absolute path
static bool IsPathAbsolute(const char *path)
bool IsPathAbsolute(const char *path)
{
int result = false;