Update GetCWindowText.cpp

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 04:26:27 -05:00
parent 8859fab473
commit 7e922500b6
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ std::string GetCWindowText(const CWindow & window)
WindowText.resize(nLen + 1); WindowText.resize(nLen + 1);
window.GetWindowText((wchar_t *)WindowText.c_str(), nLen + 1); window.GetWindowText((wchar_t *)WindowText.c_str(), nLen + 1);
return stdstr().FromUTF16(WindowText.c_str()); return stdstr().FromUTF16(WindowText.c_str());
} }