diff options
| author | Ray <[email protected]> | 2020-02-27 13:33:09 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-27 13:33:09 +0100 |
| commit | 5ff07762351669e39e99a1751a97104a6db2c65f (patch) | |
| tree | 7eab82147d32a4387ba2fd35350bfba825176051 /src/rlgl.h | |
| parent | 2a408d789c72f433ae5abdfde67dc8fa10232f11 (diff) | |
| download | raylib-5ff07762351669e39e99a1751a97104a6db2c65f.tar.gz raylib-5ff07762351669e39e99a1751a97104a6db2c65f.zip | |
Remove trail spaces and some tweaks
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
