GNOME Bugzilla – Bug 757319
There is no out label in gcm_calibrate_argyll_process_output_cmd
Last modified: 2016-04-21 18:26:37 UTC
It seems all 'goto out' should be replaced by 'return TRUE'. gcm-calibrate-argyll.c:2426:9: error: use of undeclared label 'out' goto out; ^
Created attachment 314413 [details] [review] trivial: There is no out label in gcm_calibrate_argyll_process_output_cmd
Already resolved by commit 19509e4.