mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 13:12:34 +01:00
fix compilation error on Linux due to bad merge
This commit is contained in:
parent
99b9c1f0b2
commit
a6230d9e00
@ -1511,7 +1511,7 @@ server_child (server * serv)
|
||||
if (FALSE)
|
||||
;
|
||||
#ifdef USE_LIBPROXY
|
||||
} else if (prefs.proxy_type == 5)
|
||||
else if (prefs.proxy_type == 5)
|
||||
{
|
||||
char **proxy_list;
|
||||
char *url, *proxy;
|
||||
|
Loading…
Reference in New Issue
Block a user