mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 01:32:34 +00:00
wordpad: Remove bogus ';' after the if statement.
This commit is contained in:
parent
819d16729d
commit
1bdd2ab628
@ -629,7 +629,7 @@ void draw_preview_page(HDC hdc, HDC* hdcSized, FORMATRANGE* lpFr, float ratio, i
|
||||
int LeftMargin = (int)((float)twips_to_pixels(lpFr->rc.left, GetDeviceCaps(hdc, LOGPIXELSY)) * ratio);
|
||||
int RightMargin = (int)((float)twips_to_pixels(lpFr->rc.right, GetDeviceCaps(hdc, LOGPIXELSY)) * ratio);
|
||||
|
||||
if(*hdcSized);
|
||||
if(*hdcSized)
|
||||
DeleteDC(*hdcSized);
|
||||
*hdcSized = CreateCompatibleDC(hdc);
|
||||
SelectObject(*hdcSized, hBitmapScaled);
|
||||
|
Loading…
x
Reference in New Issue
Block a user