mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
Fix a typo-error in src/common/hexchat.h:485 "haxchatprefs" -> "hexchatprefs"
This commit is contained in:
parent
ed1d5061a4
commit
8bb768ef93
@ -482,7 +482,7 @@ typedef struct server
|
||||
int proxy_sok6;
|
||||
int id; /* unique ID number (for plugin API) */
|
||||
|
||||
/* dcc_ip moved from haxchatprefs to make it per-server */
|
||||
/* dcc_ip moved from hexchatprefs to make it per-server */
|
||||
guint32 dcc_ip;
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
|
Loading…
Reference in New Issue
Block a user