summaryrefslogtreecommitdiffstats
path: root/vncterm/VNConsole.c
diff options
context:
space:
mode:
authordscho <dscho>2004-06-18 09:18:22 +0000
committerdscho <dscho>2004-06-18 09:18:22 +0000
commit2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0 (patch)
tree33b0d674229127ac0f898b455a3c7afd3fdc99fb /vncterm/VNConsole.c
parent1589d04d500e7c89b91ebe828ff02a430355de28 (diff)
downloadlibvncserver-2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0.zip
libvncserver-2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0.tar.gz
convert c++ comments to c comments
Diffstat (limited to 'vncterm/VNConsole.c')
-rw-r--r--vncterm/VNConsole.c2
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;
OpenPOWER on IntegriCloud