From 2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 18 Jun 2004 09:18:22 +0000 Subject: convert c++ comments to c comments --- vncterm/VNConsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vncterm/VNConsole.c') 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; -- cgit v1.1