]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Stray // comments.
authorSimon Tatham <anakin@pobox.com>
Thu, 30 Dec 2004 15:29:38 +0000 (15:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 30 Dec 2004 15:29:38 +0000 (15:29 +0000)
[originally from svn r5046]

ssh.c
windows/window.c

diff --git a/ssh.c b/ssh.c
index f92975d994a6bf3688e10a3329bd093c0030e122..3a7f6953ad84399a14dbc54bf0d49809a1ce9d03 100644 (file)
--- 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, <org:orgport>,
+                   /* PKT_STR, <org:orgport>, */
                    PKT_END);
     } else {
        pktout = ssh2_pkt_init(SSH2_MSG_CHANNEL_OPEN);
index 68ba61f78cf5ad3b40e8d6a82097804fdb0b59e2..c80a25d3dd207de896f77ef23a652f7a1a4481ee 100644 (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);