diff options
Diffstat (limited to 'src/common/utf8.cpp')
-rw-r--r-- | src/common/utf8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utf8.cpp b/src/common/utf8.cpp index 66a2f6339f..56609634c0 100644 --- a/src/common/utf8.cpp +++ b/src/common/utf8.cpp @@ -456,4 +456,4 @@ std::wstring ConvertUTF8ToWString(const std::string &source) { return str; } -#endif
\ No newline at end of file +#endif |