Commit 92f11aa7 authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

Fix a typo.

parent 8eb811bf
...@@ -657,8 +657,8 @@ static UINT BUTTON_CalcLabelRect(HWND hwnd, HDC hdc, RECT *rc) ...@@ -657,8 +657,8 @@ static UINT BUTTON_CalcLabelRect(HWND hwnd, HDC hdc, RECT *rc)
default: default:
empty_rect: empty_rect:
r.right = r.left; rc->right = r.left;
r.bottom = r.top; rc->bottom = r.top;
return (UINT)(LONG)-1; return (UINT)(LONG)-1;
} }
......
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