diff options
author | kotontrion <[email protected]> | 2024-10-30 08:26:18 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-10-30 08:26:18 +0100 |
commit | e2b297d5b87bd793dddc96d5a4e61931cfe4c643 (patch) | |
tree | 9c0f974aa6d14add043ef06838252a23d52ca903 /lib/auth/src | |
parent | c1eb257b99aad659d7a79dc35bcbb28a36aae5b0 (diff) |
auth: fix gir warning
Diffstat (limited to 'lib/auth/src')
-rw-r--r-- | lib/auth/src/pam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/auth/src/pam.c b/lib/auth/src/pam.c index d0afec4..f50107e 100644 --- a/lib/auth/src/pam.c +++ b/lib/auth/src/pam.c @@ -58,7 +58,6 @@ static GParamSpec *astal_auth_pam_properties[ASTAL_AUTH_PAM_N_PROPERTIES] = { G_DEFINE_TYPE_WITH_PRIVATE(AstalAuthPam, astal_auth_pam, G_TYPE_OBJECT); /** - * * AstalAuthPam * * For simple authentication using only a password, using the [[email protected]] |