diff --git a/libnm-core/nm-setting.c b/libnm-core/nm-setting.c index a292bfca6..b78d9376f 100644 --- a/libnm-core/nm-setting.c +++ b/libnm-core/nm-setting.c @@ -1320,7 +1320,7 @@ nm_setting_diff (NMSetting *a, \ if (_is || (strcmp (n_b, ""name) == 0)) \ return _is ? -1 : 1; \ - } G_STMT_END; + } G_STMT_END static int _enumerate_values_sort (GParamSpec **p_a, GParamSpec **p_b, GType *p_type)