Skip to content

Fix misplaced closing brace in WndProc#1551

Merged
Karl-Bridge-Microsoft merged 1 commit into
MicrosoftDocs:docsfrom
7etsuo:patch-2
Apr 18, 2023
Merged

Fix misplaced closing brace in WndProc#1551
Karl-Bridge-Microsoft merged 1 commit into
MicrosoftDocs:docsfrom
7etsuo:patch-2

Conversation

@7etsuo

@7etsuo 7etsuo commented Apr 18, 2023

Copy link
Copy Markdown

This commit fixes a misplaced closing brace in the WndProc function's switch statement handling the WM_LBUTTONDOWN case. The closing brace has been moved to close the case block before the break statement properly.

This commit fixes a misplaced closing brace in the WndProc function's switch statement handling the WM_LBUTTONDOWN case. The closing brace has been moved to close the case block before the break statement properly.
@prmerger-automator

Copy link
Copy Markdown
Contributor

@snowcra5h : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@Karl-Bridge-Microsoft Karl-Bridge-Microsoft merged commit a94122e into MicrosoftDocs:docs Apr 18, 2023
@7etsuo 7etsuo deleted the patch-2 branch April 18, 2023 17:37
Macweese pushed a commit to Macweese/win32 that referenced this pull request Apr 19, 2023
…2130321896sync_temp

For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants