summaryrefslogtreecommitdiffstats
path: root/src/account/aux_lu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/aux_lu.c')
-rw-r--r--src/account/aux_lu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/aux_lu.c b/src/account/aux_lu.c
index 6059665..3b9f047 100644
--- a/src/account/aux_lu.c
+++ b/src/account/aux_lu.c
@@ -28,7 +28,7 @@
* Get the value of type from the given entity
* returns string
*/
-char* aux_lu_get_str(struct lu_ent* ent, char* type)
+const char* aux_lu_get_str(struct lu_ent* ent, char* type)
{
return g_value_get_string(g_value_array_get_nth(lu_ent_get(ent, type), 0));
}