summaryrefslogtreecommitdiff
path: root/src/seat.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-11 11:02:01 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-11 11:11:58 +1300
commit34e4b30db193c276332685a4ac7b62679ecd3a0e (patch)
treec426cf4509500b7107e58a37896009e1568016ee /src/seat.c
parent8283fc7b84e456760172f042bafc5827b6fcf29e (diff)
downloadlightdm-git-34e4b30db193c276332685a4ac7b62679ecd3a0e.tar.gz
Remove unnecessary semicolons on the end of macros
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
{