summaryrefslogtreecommitdiff
path: root/src/accounts.h
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/accounts.h
parent8283fc7b84e456760172f042bafc5827b6fcf29e (diff)
downloadlightdm-git-34e4b30db193c276332685a4ac7b62679ecd3a0e.tar.gz
Remove unnecessary semicolons on the end of macros
Diffstat (limited to 'src/accounts.h')
-rw-r--r--src/accounts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounts.h b/src/accounts.h
index ff40b25f..e6bf4e47 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -34,7 +34,7 @@ typedef struct
GObjectClass parent_class;
} UserClass;
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (User, g_object_unref);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (User, g_object_unref)
User *accounts_get_user_by_name (const gchar *username);