From ba3d8b15f1b29a1830a1664619d9baf035d966c5 Mon Sep 17 00:00:00 2001 From: BakasuraRCE Date: Fri, 31 May 2019 21:15:27 -0500 Subject: [PATCH] fishlim: Just use char --- plugins/fishlim/plugin_hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fishlim/plugin_hexchat.c b/plugins/fishlim/plugin_hexchat.c index 27401c65..cda6afa4 100644 --- a/plugins/fishlim/plugin_hexchat.c +++ b/plugins/fishlim/plugin_hexchat.c @@ -112,7 +112,7 @@ static hexchat_context *find_context_on_network (const char *name) { * @return @ or + or NULL */ char *get_my_own_prefix(void) { - gchar *result = NULL; + char *result = NULL; const char *own_nick; hexchat_list* list;