aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/mate_setup.c')
-rw-r--r--plugins/mate/mate_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_setup.c b/plugins/mate/mate_setup.c
index 1d84333830..c54f18d7e5 100644
--- a/plugins/mate/mate_setup.c
+++ b/plugins/mate/mate_setup.c
@@ -237,7 +237,7 @@ static void new_attr_hfri(gchar* item_name, GHashTable* hfids, gchar* name) {
}
-static gchar* my_protoname(int proto_id) {
+static const gchar* my_protoname(int proto_id) {
if (proto_id) {
return proto_registrar_get_abbrev(proto_id);
} else {