diff options
Diffstat (limited to '3rdParty/Snarl/SnarlInterface.cpp')
-rw-r--r-- | 3rdParty/Snarl/SnarlInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Snarl/SnarlInterface.cpp b/3rdParty/Snarl/SnarlInterface.cpp index f287b8e..b780140 100644 --- a/3rdParty/Snarl/SnarlInterface.cpp +++ b/3rdParty/Snarl/SnarlInterface.cpp @@ -809,4 +809,4 @@ LPSTR SnarlInterface::WideToUTF8(LPCWSTR szWideStr) WideCharToMultiByte(CP_UTF8, 0, szWideStr, -1, szUTF8, nSize, NULL, NULL); return szUTF8; -}
\ No newline at end of file +} |