Fix a typo.

This commit is contained in:
Felix Nawothnig 2005-07-10 17:44:57 +00:00 committed by Alexandre Julliard
parent 8eb811bf97
commit 92f11aa780
1 changed files with 2 additions and 2 deletions

View File

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