[gnome-color-manager] trivial: Fix compile failure



commit 1646d1bab274809eeab21e03014013f944b75140
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jul 20 16:33:04 2016 +0100

    trivial: Fix compile failure
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=769000

 src/gcm-calibrate-argyll.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index f2d9169..df6b59c 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -303,7 +303,7 @@ gcm_calibrate_argyll_fork_command (GcmCalibrateArgyll *calibrate_argyll,
                                       NULL,
                                       error);
        if (!ret)
-               goto out;
+               return FALSE;
 
        /* we're running */
        priv->state = GCM_CALIBRATE_ARGYLL_STATE_RUNNING;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]