Commit 85e34436 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Add a missing 'break' statement (Coverity).

parent 5587efe5
......@@ -381,6 +381,7 @@ LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPa
TrackPopupMenu(GetSubMenu(hPopupMenus, PM_NEW), TPM_RIGHTBUTTON,
pt.x, pt.y, 0, hFrameWnd, NULL);
}
break;
}
case WM_KEYDOWN:
......
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