summaryrefslogtreecommitdiffstats
path: root/vncterm/VNConsole.c
diff options
context:
space:
mode:
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