From d14e38fd14b743afde3279a7e130be49852d62fd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Jun 2014 01:38:13 +0200 Subject: add missing _error suffix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/gamma-linux-drm.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/gamma-linux-drm.c') diff --git a/src/lib/gamma-linux-drm.c b/src/lib/gamma-linux-drm.c index ed75aea..996c76a 100644 --- a/src/lib/gamma-linux-drm.c +++ b/src/lib/gamma-linux-drm.c @@ -762,11 +762,11 @@ int libgamma_linux_drm_get_crtc_information(libgamma_crtc_information_t* restric perror("connector not found"); abort(); /* Store reported error in affected fields. */ - e |= this->width_mm_error = this->height_mm_error - = this->connector_type = this->subpixel_order_error - = this->active_error = this->connector_name_error - = this->edid_error = this->gamma_error - = this->width_mm_edid_error = this->height_mm_edid_error = error; + e |= this->width_mm_error = this->height_mm_error + = this->connector_type_error = this->subpixel_order_error + = this->active_error = this->connector_name_error + = this->edid_error = this->gamma_error + = this->width_mm_edid_error = this->height_mm_edid_error = error; goto cont; } -- cgit v1.2.3-70-g09d2