summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-10-30 08:26:18 +0100
committerkotontrion <[email protected]>2024-10-30 08:26:18 +0100
commite2b297d5b87bd793dddc96d5a4e61931cfe4c643 (patch)
tree9c0f974aa6d14add043ef06838252a23d52ca903 /lib
parentc1eb257b99aad659d7a79dc35bcbb28a36aae5b0 (diff)
auth: fix gir warning
Diffstat (limited to 'lib')
-rw-r--r--lib/auth/src/pam.c1
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]]