fix file ends

This commit is contained in:
Akash Mozumdar 2018-12-18 16:55:07 -05:00
parent 240f5f235b
commit f184654883
5 changed files with 5 additions and 5 deletions

View File

@ -26,4 +26,4 @@
"inheritEnvironments": [ "msvc_x64" ]
}
]
}
}

View File

@ -53,4 +53,4 @@ namespace Util
return true | RemoveRepetition(text = end - len);
return false;
}
}
}

View File

@ -32,4 +32,4 @@ Compress-Archive -Force -DestinationPath Textractor -Path @(
"Regex Filter.dll",
"Remove Repetition.dll",
"Extensions.txt"
)
)

View File

@ -13,4 +13,4 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
CloseClipboard();
}
return false;
}
}

View File

@ -5,4 +5,4 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
if (sentenceInfo["hook address"] == -1) return false;
sentence += L"\r\n";
return true;
}
}