From 384dad7bd8eaada318ac6948a4a455edd8faa185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 25 Oct 2021 00:27:32 +0200 Subject: Get rid of extra semicolons after macros --- liblogdiag/ld-category.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liblogdiag/ld-category.c') diff --git a/liblogdiag/ld-category.c b/liblogdiag/ld-category.c index b3c85ef..71383a7 100644 --- a/liblogdiag/ld-category.c +++ b/liblogdiag/ld-category.c @@ -55,7 +55,7 @@ static void on_category_notify_name (LdCategory *category, GParamSpec *pspec, gpointer user_data); -G_DEFINE_TYPE (LdCategory, ld_category, G_TYPE_OBJECT); +G_DEFINE_TYPE (LdCategory, ld_category, G_TYPE_OBJECT) static void ld_category_class_init (LdCategoryClass *klass) -- cgit v1.2.3