summaryrefslogtreecommitdiff
path: root/src/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seat.c')
-rw-r--r--src/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seat.c b/src/seat.c
index e028cc63..fa236e72 100644
--- a/src/seat.c
+++ b/src/seat.c
@@ -74,7 +74,7 @@ static void seat_logger_iface_init (LoggerInterface *iface);
G_DEFINE_TYPE_WITH_CODE (Seat, seat, G_TYPE_OBJECT,
G_IMPLEMENT_INTERFACE (
- LOGGER_TYPE, seat_logger_iface_init));
+ LOGGER_TYPE, seat_logger_iface_init))
typedef struct
{