Remove trail spaces
This commit is contained in:
parent
0f783aab34
commit
c5d5d19443
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue