diff --git a/desktop-src/inputdev/wm-lbuttondown.md b/desktop-src/inputdev/wm-lbuttondown.md index 286c35a4d31..c9e58b8ac95 100644 --- a/desktop-src/inputdev/wm-lbuttondown.md +++ b/desktop-src/inputdev/wm-lbuttondown.md @@ -86,7 +86,6 @@ LRESULT CALLBACK WndProc(_In_ HWND hWnd, _In_ UINT msg, _In_ WPARAM wParam, _In_ pt.x = GET_X_LPARAM(lParam); pt.y = GET_Y_LPARAM(lParam); } - } break; default: