aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cg-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-base.c b/src/cg-base.c
index e6eef1a..59248c3 100644
--- a/src/cg-base.c
+++ b/src/cg-base.c
@@ -180,7 +180,7 @@ static int get_crtc_info(void)
if (unsynced++, libcoopgamma_get_gamma_info_send(crtcs[i], &cg, async + i) < 0)
goto send_fail;
goto send_done;
- send_fail:
+ send_fail:
switch (errno)
{
case EINTR: