summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/common/hexchat.h2
1 files changed, 1 insertions, 1 deletions
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;