Commit 90c87982 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winecfg: Added missing break (Coverity).

parent 07d72eb5
......@@ -371,6 +371,8 @@ AudioDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
}
break;
}
break;
case WM_SHOWWINDOW:
set_window_title(hDlg);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment