diff options
author | dscho <dscho> | 2004-06-18 09:18:22 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-06-18 09:18:22 +0000 |
commit | 2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0 (patch) | |
tree | 33b0d674229127ac0f898b455a3c7afd3fdc99fb /vncterm/VNConsole.c | |
parent | 1589d04d500e7c89b91ebe828ff02a430355de28 (diff) | |
download | libtdevnc-2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0.tar.gz libtdevnc-2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0.zip |
convert c++ comments to c comments
Diffstat (limited to 'vncterm/VNConsole.c')
-rw-r--r-- | vncterm/VNConsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncterm/VNConsole.c b/vncterm/VNConsole.c index 23da1b0..b15abb8 100644 --- a/vncterm/VNConsole.c +++ b/vncterm/VNConsole.c @@ -416,7 +416,7 @@ void vcPtrAddEventProc(int buttonMask,int x,int y,rfbClientPtr cl) if(cy<0) cy=0; else if(cy>=c->height) cy=c->height-1; pos=cy*c->width+cx; - // mark + /* mark */ if(!c->currentlyMarking) { c->currentlyMarking=TRUE; c->markStart=pos; |