summaryrefslogtreecommitdiff
path: root/src/x-authority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x-authority.c')
-rw-r--r--src/x-authority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x-authority.c b/src/x-authority.c
index 705bb511..a9a4089f 100644
--- a/src/x-authority.c
+++ b/src/x-authority.c
@@ -104,7 +104,7 @@ x_authority_get_address (XAuthority *auth)
return auth->priv->address;
}
-const gsize
+gsize
x_authority_get_address_length (XAuthority *auth)
{
g_return_val_if_fail (auth != NULL, 0);