Remove trail spaces and some tweaks

This commit is contained in:
Ray
2020-02-27 13:33:09 +01:00
parent 2a408d789c
commit 5ff0776235
7 changed files with 63 additions and 63 deletions

View File

@@ -2996,7 +2996,7 @@ char *LoadText(const char *fileName)
if (textFile != NULL)
{
// WARNING: When reading a file as 'text' file,
// WARNING: When reading a file as 'text' file,
// text mode causes carriage return-linefeed translation...
// ...but using fseek() should return correct byte-offset
fseek(textFile, 0, SEEK_END);