From 7e922500b620fee96aafc924e02cbf8836d444a3 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 04:26:27 -0500 Subject: [PATCH] Update GetCWindowText.cpp Add newline --- Source/Project64/UserInterface/WTLControls/GetCWindowText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}