From ce2fdb720d45aa9ddebc277542166d71d7888650 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 19 Dec 2002 14:40:13 +0000 Subject: new version of x11vnc from Karl Runge --- contrib/zippy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/zippy.c') diff --git a/contrib/zippy.c b/contrib/zippy.c index 58ad3ee..ff2d042 100644 --- a/contrib/zippy.c +++ b/contrib/zippy.c @@ -139,7 +139,7 @@ void linecount (char* frame_buffer) void on_key_press (Bool down,KeySym key,rfbClientPtr cl) { - if (down) //or else the action occurs on both the press and depress + if (down) /* or else the action occurs on both the press and depress */ switch (key) { case XK_b: -- cgit v1.2.1