mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 09:18:15 +00:00
Remove trail spaces
This commit is contained in:
@@ -1446,7 +1446,7 @@ char *TextToUtf8(int *codepoints, int length)
|
||||
|
||||
// Resize memory to text length + string NULL terminator
|
||||
void *ptr = RL_REALLOC(text, size + 1);
|
||||
|
||||
|
||||
if (ptr != NULL) text = (char *)ptr;
|
||||
|
||||
return text;
|
||||
|
Reference in New Issue
Block a user