1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -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

2
ssh.c
View File

@ -7794,7 +7794,7 @@ void ssh_send_port_open(void *channel, char *hostname, int port, char *org)
PKT_INT, c->localid,
PKT_STR, hostname,
PKT_INT, port,
//PKT_STR, <org:orgport>,
/* PKT_STR, <org:orgport>, */
PKT_END);
} else {
pktout = ssh2_pkt_init(SSH2_MSG_CHANNEL_OPEN);

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);