Another mistype.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26068 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-02-14 22:33:30 +00:00
parent a3ff42f0db
commit 60296637a0

View file

@ -1254,7 +1254,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
WINBOOL result;
result = BitBlt(hdc, r.left, r.top,
(r.right - r.left), (r.bottom - rect.top),
(r.right - r.left), (r.bottom - r.top),
win->hdc, r.left, r.top, SRCCOPY);
if (!result)
{