aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/bin/create_reg_file.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/bin/create_reg_file.lua b/win32/bin/create_reg_file.lua
index df0b7491..2eb7583a 100644
--- a/win32/bin/create_reg_file.lua
+++ b/win32/bin/create_reg_file.lua
@@ -17,7 +17,7 @@ end
17 17
18-- cleanup filepath, remove all double backslashes 18-- cleanup filepath, remove all double backslashes
19while f:match("\\\\") do 19while f:match("\\\\") do
20 f:gsub("\\\\", "\\") 20 f = f:gsub("\\\\", "\\")
21end 21end
22 22
23-- extract path and name from argument 23-- extract path and name from argument