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;