summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2018-01-18 18:20:41 +0100
committerRobert Ancell <robert.ancell@gmail.com>2018-01-19 11:06:06 +1300
commit2b439a4d74b7c5dc18d99eacdb978ed13f7290f4 (patch)
treed2d62a25f3607cef711e2955a7f91f5d7c51dc57
parent05514d284af77da59d5f5a5d7d2150a350cb54d9 (diff)
downloadlightdm-git-2b439a4d74b7c5dc18d99eacdb978ed13f7290f4.tar.gz
x-authority: Remove incorrect use of const
-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);