1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Stray // comments.

[originally from svn r5046]
This commit is contained in:
Simon Tatham
2004-12-30 15:29:38 +00:00
parent bf94aecd95
commit 7573f3733f
2 changed files with 2 additions and 2 deletions

View File

@ -2320,7 +2320,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
Rectangle(hdc, p.rcPaint.left, p.rcPaint.top,
p.rcPaint.right, p.rcPaint.bottom);
// SelectClipRgn(hdc, NULL);
/* SelectClipRgn(hdc, NULL); */
SelectObject(hdc, oldbrush);
DeleteObject(fillcolour);