summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-03-20 13:38:28 +0100
committerThomas Haller <thaller@redhat.com>2015-03-20 13:38:44 +0100
commitc6011cde1428daaefe19d8cfda51359c60e6b4d3 (patch)
treeb17498cb866a36a17f24341b3c7f5d38f806e2b2
parent89c88f24805f6092ea0f9725556fb9944316467f (diff)
downloadNetworkManager-c6011cde1428daaefe19d8cfda51359c60e6b4d3.tar.gz
trivial: remove semicolon after macro definition
Fixes: 58f08c8c9ce3602f31d2fdfaa2cc9ecca4713532
-rw-r--r--libnm-core/nm-setting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting.c b/libnm-core/nm-setting.c
index a292bfca6e..b78d9376ff 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)