From 3cbef1a976731bb3a714ee13cbd1813ed142ae5e Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 11 Sep 2012 22:50:11 +0300 Subject: Use C-style comments in rfbconfig.h.cmake and C source code. Using C++-style comments when building the code with -ansi does not work, so be more conservative with the comment style. --- libvncserver/tight.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libvncserver/tight.c') diff --git a/libvncserver/tight.c b/libvncserver/tight.c index 6d5bcbb..276a2e3 100644 --- a/libvncserver/tight.c +++ b/libvncserver/tight.c @@ -81,10 +81,10 @@ typedef struct TIGHT_CONF_s { } TIGHT_CONF; static TIGHT_CONF tightConf[4] = { - { 65536, 2048, 6, 0, 0, 0, 4, 24 }, // 0 (used only without JPEG) - { 65536, 2048, 32, 1, 1, 1, 96, 24 }, // 1 - { 65536, 2048, 32, 3, 3, 2, 96, 96 }, // 2 (used only with JPEG) - { 65536, 2048, 32, 7, 7, 5, 96, 256 } // 9 + { 65536, 2048, 6, 0, 0, 0, 4, 24 }, /* 0 (used only without JPEG) */ + { 65536, 2048, 32, 1, 1, 1, 96, 24 }, /* 1 */ + { 65536, 2048, 32, 3, 3, 2, 96, 96 }, /* 2 (used only with JPEG) */ + { 65536, 2048, 32, 7, 7, 5, 96, 256 } /* 9 */ }; #ifdef LIBVNCSERVER_HAVE_LIBPNG -- cgit v1.2.3