Skip to content

Commit ce2345c

Browse files
s1hofmannsvettwer
andauthored
Update src/win32/window_manager.cc
Co-authored-by: Sven Hettwer <[email protected]>
1 parent 19c2f5a commit ce2345c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/win32/window_manager.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ std::string getWindowTitle(const WindowHandle windowHandle) {
3838
if (GetWindowText(hWnd, windowTitle, BUFFER_SIZE)) {
3939
return std::string(windowTitle);
4040
}
41-
return "";
4241
}
4342
return "";
44-
}
43+
}

0 commit comments

Comments
 (0)