aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_x_vidmode_get_crtc_information.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_x_vidmode_get_crtc_information.c')
-rw-r--r--libgamma_x_vidmode_get_crtc_information.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_x_vidmode_get_crtc_information.c b/libgamma_x_vidmode_get_crtc_information.c
index 24d35c2..f014f41 100644
--- a/libgamma_x_vidmode_get_crtc_information.c
+++ b/libgamma_x_vidmode_get_crtc_information.c
@@ -28,7 +28,7 @@ libgamma_x_vidmode_get_crtc_information(struct libgamma_crtc_information *restri
this->height_mm_edid_error = _E(LIBGAMMA_CRTC_INFO_HEIGHT_MM_EDID);
this->gamma_size_error = 0;
/* X VidMode does support gamma ramp size query. The gamma
- ramps are identical but not fixed, and the query can fail. */
+ * ramps are identical but not fixed, and the query can fail. */
if ((fields & LIBGAMMA_CRTC_INFO_GAMMA_SIZE)) {
connection = crtc->partition->site->data;
if (!XF86VidModeGetGammaRampSize(connection, (int)crtc->partition->partition, &stops))