Commit 6b27cde3 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Add a missing return.

parent 0a4050d3
......@@ -6023,7 +6023,7 @@ ToolbarWindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return TOOLBAR_Notify (hwnd, wParam, lParam);
case WM_NOTIFYFORMAT:
TOOLBAR_NotifyFormatFake (hwnd, wParam, lParam);
return TOOLBAR_NotifyFormatFake (hwnd, wParam, lParam);
case WM_PAINT:
return TOOLBAR_Paint (hwnd, wParam);
......
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