We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c2f5a commit ce2345cCopy full SHA for ce2345c
src/win32/window_manager.cc
@@ -38,7 +38,6 @@ std::string getWindowTitle(const WindowHandle windowHandle) {
38
if (GetWindowText(hWnd, windowTitle, BUFFER_SIZE)) {
39
return std::string(windowTitle);
40
}
41
- return "";
42
43
return "";
44
-}
+}
0 commit comments