Blob Blame History Raw
From 30b3c147c041fef799b1323efb038515db1417ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82@fedoraproject.org>
Date: Thu, 18 Jan 2018 18:20:41 +0100
Subject: [PATCH] x-authority: Remove incorrect use of const

---
 src/x-authority.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);