From c6011cde1428daaefe19d8cfda51359c60e6b4d3 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 20 Mar 2015 13:38:28 +0100 Subject: [PATCH] trivial: remove semicolon after macro definition Fixes: 58f08c8c9ce3602f31d2fdfaa2cc9ecca4713532 --- libnm-core/nm-setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)