diff options
author | runge <runge@karlrunge.com> | 2010-09-10 14:26:58 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-09-10 14:26:58 -0400 |
commit | 067a88160c994e364ebb23900228633b84f99e91 (patch) | |
tree | af2b04b5a044482e35fce85bc48b5504f5e8a2ea /x11vnc/8to24.c | |
parent | ad254469783b4720db64d8ebeeb12aeb0533e542 (diff) | |
download | libtdevnc-067a8816.tar.gz libtdevnc-067a8816.zip |
update to x11vnc 0.9.12
Diffstat (limited to 'x11vnc/8to24.c')
-rw-r--r-- | x11vnc/8to24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/8to24.c b/x11vnc/8to24.c index 4c55e02..75ab68a 100644 --- a/x11vnc/8to24.c +++ b/x11vnc/8to24.c @@ -412,7 +412,7 @@ if (db24 > 2) fprintf(stderr, " check_for_multivis: %.4f\n", now - last_call); /* * every 10 seconds we try to clean out and also refresh the window - * info in the the 8bpp window table: + * info in the 8bpp window table: */ if (now > last_clear + 10) { last_clear = now; |