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