From 9fcfcebf83c87b43a41d1c6553427864b55da223 Mon Sep 17 00:00:00 2001 From: BakasuraRCE Date: Fri, 31 May 2019 21:15:52 -0500 Subject: [PATCH] fishlim: :lipstick: --- 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 cda6afa4..dbda808d 100644 --- a/plugins/fishlim/plugin_hexchat.c +++ b/plugins/fishlim/plugin_hexchat.c @@ -114,7 +114,7 @@ static hexchat_context *find_context_on_network (const char *name) { char *get_my_own_prefix(void) { char *result = NULL; const char *own_nick; - hexchat_list* list; + hexchat_list *list; /* Display message */ own_nick = hexchat_get_info(ph, "nick");