fishlim: Just use char

This commit is contained in:
BakasuraRCE 2019-05-31 21:15:27 -05:00
parent 02be28c806
commit ba3d8b15f1

View File

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