diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-11 22:50:11 +0300 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2012-09-14 18:47:17 +0200 |
commit | 3cbef1a976731bb3a714ee13cbd1813ed142ae5e (patch) | |
tree | 23304ece279ab76aacc8b1d4958ea02bfe7204d7 /rfb/rfb.h | |
parent | 88e60435854e7f8edf085a5f4564c7e8cd847699 (diff) | |
download | libtdevnc-3cbef1a976731bb3a714ee13cbd1813ed142ae5e.tar.gz libtdevnc-3cbef1a976731bb3a714ee13cbd1813ed142ae5e.zip |
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.
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ typedef struct _rfbClientRec { #ifdef LIBVNCSERVER_HAVE_LIBJPEG /* TurboVNC Encoding support (extends TightVNC) */ int turboSubsampLevel; - int turboQualityLevel; // 1-100 scale + int turboQualityLevel; /* 1-100 scale */ #endif #endif |