Commit ffa0b131 authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

Added missing goto.

parent 9819f2b7
......@@ -1777,7 +1777,7 @@ LRESULT WINAPI ComboWndProc( HWND hwnd, UINT message,
retvalue = SendMessageA( lphc->hWndEdit, message, wParam, lParam );
else
retvalue = SendMessageA( lphc->hWndLBox, message, wParam, lParam );
goto END;
case WM_LBUTTONDOWN:
if( !(lphc->wState & CBF_FOCUSED) ) SetFocus( lphc->self->hwndSelf );
if( lphc->wState & CBF_FOCUSED ) COMBO_LButtonDown( lphc, lParam );
......
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