diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2020-10-02 17:36:56 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-02 21:18:34 +0300 |
| commit | 3bd333022778cee8dd95b58b02a7263870546c1b (patch) | |
| tree | c75422bd786b704644e9944cca012397cee0d897 /src/text | |
| parent | Merge branch 'master' of github.com:erorcun/re3 (diff) | |
| download | re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.gz | |
Load and write our settings in re3.ini & fixes
Diffstat (limited to 'src/text')
| -rw-r--r-- | src/text/Text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/Text.cpp b/src/text/Text.cpp index 1f6cda89..a4f2af7f 100644 --- a/src/text/Text.cpp +++ b/src/text/Text.cpp @@ -354,4 +354,4 @@ void TextCopy(wchar *dst, const wchar *src) { while((*dst++ = *src++) != '\0'); -}
\ No newline at end of file +} |
