summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2024-04-02 09:40:19 +0200
committerRay <[email protected]>2024-04-02 09:40:19 +0200
commitc9d71689edb2ea7bae79b204337a3f3dadac1b43 (patch)
tree954c3200fd36e0045da6f754221831ec221882cf /src
parent646d70e93a5a049cb9f603c3b94ee1ba98c9161e (diff)
downloadraylib-c9d71689edb2ea7bae79b204337a3f3dadac1b43.tar.gz
raylib-c9d71689edb2ea7bae79b204337a3f3dadac1b43.zip
Remove TABS
Diffstat (limited to 'src')
-rw-r--r--src/raylib.dll.rc10
-rw-r--r--src/raylib.rc10
2 files changed, 10 insertions, 10 deletions
diff --git a/src/raylib.dll.rc b/src/raylib.dll.rc
index e1455af7..ba2f5bbf 100644
--- a/src/raylib.dll.rc
+++ b/src/raylib.dll.rc
@@ -6,10 +6,10 @@ PRODUCTVERSION 5,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
- //BLOCK "080904E4" // English UK
- BLOCK "040904E4" // English US
+ //BLOCK "080904E4" // English UK
+ BLOCK "040904E4" // English US
BEGIN
- //VALUE "CompanyName", "raylib technologies"
+ //VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib dynamic library (www.raylib.com)"
VALUE "FileVersion", "5.0.0"
VALUE "InternalName", "raylib.dll"
@@ -21,7 +21,7 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- //VALUE "Translation", 0x809, 1252 // English UK
- VALUE "Translation", 0x409, 1252 // English US
+ //VALUE "Translation", 0x809, 1252 // English UK
+ VALUE "Translation", 0x409, 1252 // English US
END
END
diff --git a/src/raylib.rc b/src/raylib.rc
index 8612a956..12f35aae 100644
--- a/src/raylib.rc
+++ b/src/raylib.rc
@@ -6,10 +6,10 @@ PRODUCTVERSION 5,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
- //BLOCK "080904E4" // English UK
- BLOCK "040904E4" // English US
+ //BLOCK "080904E4" // English UK
+ BLOCK "040904E4" // English US
BEGIN
- //VALUE "CompanyName", "raylib technologies"
+ //VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
VALUE "FileVersion", "5.0.0"
VALUE "InternalName", "raylib app"
@@ -21,7 +21,7 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- //VALUE "Translation", 0x809, 1252 // English UK
- VALUE "Translation", 0x409, 1252 // English US
+ //VALUE "Translation", 0x809, 1252 // English UK
+ VALUE "Translation", 0x409, 1252 // English US
END
END