1
0
Fork 0

monitor-config: Fix warning

This commit is contained in:
Jasper St. Pierre 2014-11-22 12:21:54 -08:00
parent 7ecde19aee
commit 89b14babb9

View file

@ -1114,7 +1114,7 @@ make_suggested_config (MetaMonitorConfig *self,
MetaOutput *primary;
GList *region = NULL;
g_return_if_fail (config != NULL);
g_return_val_if_fail (config != NULL, FALSE);
primary = find_primary_output (outputs, n_outputs);
for (i = 0; i < n_outputs; i++)