mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-23 15:49:18 -05:00
Remove trailing spaces
This commit is contained in:
@ -2743,9 +2743,9 @@ static const char *GetFileExtension(const char *fileName)
|
||||
static const char *strprbrk(const char *text, const char *charset)
|
||||
{
|
||||
const char *latestMatch = NULL;
|
||||
|
||||
|
||||
for (; (text != NULL) && (text = strpbrk(text, charset)); latestMatch = text++) { }
|
||||
|
||||
|
||||
return latestMatch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user