From 7573f3733f3ba896018dc7b1cdd2b3a51b450096 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 30 Dec 2004 15:29:38 +0000 Subject: [PATCH] Stray // comments. [originally from svn r5046] --- ssh.c | 2 +- windows/window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh.c b/ssh.c index f92975d9..3a7f6953 100644 --- a/ssh.c +++ b/ssh.c @@ -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, , + /* PKT_STR, , */ PKT_END); } else { pktout = ssh2_pkt_init(SSH2_MSG_CHANNEL_OPEN); diff --git a/windows/window.c b/windows/window.c index 68ba61f7..c80a25d3 100644 --- a/windows/window.c +++ b/windows/window.c @@ -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); -- 2.45.2