diff --git a/Source/Project64/UserInterface/WTLControls/GetCWindowText.cpp b/Source/Project64/UserInterface/WTLControls/GetCWindowText.cpp index 8f96c6697..79596a025 100644 --- a/Source/Project64/UserInterface/WTLControls/GetCWindowText.cpp +++ b/Source/Project64/UserInterface/WTLControls/GetCWindowText.cpp @@ -13,4 +13,4 @@ std::string GetCWindowText(const CWindow & window) WindowText.resize(nLen + 1); window.GetWindowText((wchar_t *)WindowText.c_str(), nLen + 1); return stdstr().FromUTF16(WindowText.c_str()); -} \ No newline at end of file +}