summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-01-18 02:27:38 -0800
committerArnavion <arnavion@gmail.com>2015-01-18 02:27:38 -0800
commitb783c827c817c0fe69a7f033767cc7f2ab5ad759 (patch)
treeffed56b2c0116d8c4aa30f57dd45a3d34c010397 /src/common/hexchat.h
parentd1897c1602bf4ac632ef299583ceedf48066079e (diff)
Fixed incorrect comment on server->encoding.
Diffstat (limited to 'src/common/hexchat.h')
-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;