Remove trail spaces
This commit is contained in:
parent
3d41c1b6cd
commit
7ae7a87f8a
6 changed files with 28 additions and 28 deletions
|
@ -256,7 +256,7 @@ char *LoadFileText(const char *fileName)
|
|||
|
||||
// Zero-terminate the string
|
||||
text[count] = '\0';
|
||||
|
||||
|
||||
TRACELOG(LOG_INFO, "[%s] Text file loaded successfully", fileName);
|
||||
}
|
||||
else TRACELOG(LOG_WARNING, "[%s] Text file could not be read", fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue