trivial: remove semicolon after macro definition

Fixes: 58f08c8c9c
This commit is contained in:
Thomas Haller
2015-03-20 13:38:28 +01:00
parent 89c88f2480
commit c6011cde14

View File

@@ -1320,7 +1320,7 @@ nm_setting_diff (NMSetting *a,
\ \
if (_is || (strcmp (n_b, ""name) == 0)) \ if (_is || (strcmp (n_b, ""name) == 0)) \
return _is ? -1 : 1; \ return _is ? -1 : 1; \
} G_STMT_END; } G_STMT_END
static int static int
_enumerate_values_sort (GParamSpec **p_a, GParamSpec **p_b, GType *p_type) _enumerate_values_sort (GParamSpec **p_a, GParamSpec **p_b, GType *p_type)