From b783c827c817c0fe69a7f033767cc7f2ab5ad759 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sun, 18 Jan 2015 02:27:38 -0800 Subject: [PATCH] Fixed incorrect comment on server->encoding. --- src/common/hexchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 808cb90e..7ff4cbd4 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -533,7 +533,7 @@ typedef struct server time_t ping_recv; /* when we last got a ping reply */ time_t away_time; /* when we were marked away */ - char *encoding; /* NULL for system */ + char *encoding; GSList *favlist; /* list of channels & keys to join */ unsigned int motd_skipped:1;