fix file ends
This commit is contained in:
parent
240f5f235b
commit
f184654883
@ -26,4 +26,4 @@
|
||||
"inheritEnvironments": [ "msvc_x64" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -53,4 +53,4 @@ namespace Util
|
||||
return true | RemoveRepetition(text = end - len);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +32,4 @@ Compress-Archive -Force -DestinationPath Textractor -Path @(
|
||||
"Regex Filter.dll",
|
||||
"Remove Repetition.dll",
|
||||
"Extensions.txt"
|
||||
)
|
||||
)
|
||||
|
@ -13,4 +13,4 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
|
||||
CloseClipboard();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
|
||||
if (sentenceInfo["hook address"] == -1) return false;
|
||||
sentence += L"\r\n";
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user