From 64cfaa6a78a0963390631755119e79c2f148477b Mon Sep 17 00:00:00 2001
From: Erkki Moorits <erkki.moorits@mail.ee>
Date: Thu, 9 Jan 2025 10:47:51 +0200
Subject: [PATCH] Removed extra ';' in header files.

---
 libxfce4util/xfce-consolekit.h | 2 +-
 libxfce4util/xfce-systemd.h    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfce4util/xfce-consolekit.h b/libxfce4util/xfce-consolekit.h
index 81cc69e..9988ec8 100644
--- a/libxfce4util/xfce-consolekit.h
+++ b/libxfce4util/xfce-consolekit.h
@@ -32,7 +32,7 @@
 G_BEGIN_DECLS
 
 #define XFCE_TYPE_CONSOLEKIT (xfce_consolekit_get_type ())
-G_DECLARE_FINAL_TYPE (XfceConsolekit, xfce_consolekit, XFCE, CONSOLEKIT, GObject);
+G_DECLARE_FINAL_TYPE (XfceConsolekit, xfce_consolekit, XFCE, CONSOLEKIT, GObject)
 
 XfceConsolekit *
 xfce_consolekit_get (void);
diff --git a/libxfce4util/xfce-systemd.h b/libxfce4util/xfce-systemd.h
index 0e65165..40259aa 100644
--- a/libxfce4util/xfce-systemd.h
+++ b/libxfce4util/xfce-systemd.h
@@ -31,7 +31,7 @@
 G_BEGIN_DECLS
 
 #define XFCE_TYPE_SYSTEMD (xfce_systemd_get_type ())
-G_DECLARE_FINAL_TYPE (XfceSystemd, xfce_systemd, XFCE, SYSTEMD, GObject);
+G_DECLARE_FINAL_TYPE (XfceSystemd, xfce_systemd, XFCE, SYSTEMD, GObject)
 
 XfceSystemd *
 xfce_systemd_get (void);
-- 
GitLab