Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/ZenLib/ZenLib/Conf.cpp')
-rw-r--r--src/thirdparty/ZenLib/ZenLib/Conf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/ZenLib/ZenLib/Conf.cpp b/src/thirdparty/ZenLib/ZenLib/Conf.cpp
index 25c65e9f6..0251d33a7 100644
--- a/src/thirdparty/ZenLib/ZenLib/Conf.cpp
+++ b/src/thirdparty/ZenLib/ZenLib/Conf.cpp
@@ -32,7 +32,7 @@ namespace ZenLib
const Char PathSeparator=__T('/');
#endif
#if defined (MACOS) || defined (MACOSX)
- const Char* EOL=__T("\r");
+ const Char* EOL=__T("\n");
const Char PathSeparator=__T('/');
#endif