summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-27 13:33:09 +0100
committerRay <[email protected]>2020-02-27 13:33:09 +0100
commit5ff07762351669e39e99a1751a97104a6db2c65f (patch)
tree7eab82147d32a4387ba2fd35350bfba825176051 /src/rlgl.h
parent2a408d789c72f433ae5abdfde67dc8fa10232f11 (diff)
downloadraylib-5ff07762351669e39e99a1751a97104a6db2c65f.tar.gz
raylib-5ff07762351669e39e99a1751a97104a6db2c65f.zip
Remove trail spaces and some tweaks
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 1b4ef00c..b63ab61b 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -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);