summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-09-11 22:50:11 +0300
committerChristian Beier <dontmind@freeshell.org>2012-09-14 18:47:17 +0200
commit3cbef1a976731bb3a714ee13cbd1813ed142ae5e (patch)
tree23304ece279ab76aacc8b1d4958ea02bfe7204d7 /rfb/rfb.h
parent88e60435854e7f8edf085a5f4564c7e8cd847699 (diff)
downloadlibtdevnc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index 3446740..16b6b66 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -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