Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Feb 1, 2019
1 parent 89f6321 commit 2ddd848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform.c
Expand Up @@ -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;
Expand Down

0 comments on commit 2ddd848

Please sign in to comment.