diff options
author | Arnavion <arnavion@gmail.com> | 2015-01-18 02:27:38 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-01-18 02:27:38 -0800 |
commit | b783c827c817c0fe69a7f033767cc7f2ab5ad759 (patch) | |
tree | ffed56b2c0116d8c4aa30f57dd45a3d34c010397 /src/common/hexchat.h | |
parent | d1897c1602bf4ac632ef299583ceedf48066079e (diff) |
Fixed incorrect comment on server->encoding.
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 2 |
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; |