From 2ddd848728b83644927f1fac9bf5751d0a4af75a Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 2 Feb 2019 04:38:25 +1100 Subject: [PATCH] rebuild --- src/Platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform.c b/src/Platform.c index 0f5eac9a0..09e165e60 100644 --- a/src/Platform.c +++ b/src/Platform.c @@ -42,7 +42,7 @@ void* DisplayDevice_Meta; #define Socket__Error() WSAGetLastError() static HANDLE heap; -char* Platform_NewLine = "\r\n"; +char* Platform_NewLine = "\r\n"; const ReturnCode ReturnCode_FileShareViolation = ERROR_SHARING_VIOLATION; const ReturnCode ReturnCode_FileNotFound = ERROR_FILE_NOT_FOUND;