mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 05:00:19 +00:00
fix compilation error on Linux due to bad merge
This commit is contained in:
@@ -1511,7 +1511,7 @@ server_child (server * serv)
|
|||||||
if (FALSE)
|
if (FALSE)
|
||||||
;
|
;
|
||||||
#ifdef USE_LIBPROXY
|
#ifdef USE_LIBPROXY
|
||||||
} else if (prefs.proxy_type == 5)
|
else if (prefs.proxy_type == 5)
|
||||||
{
|
{
|
||||||
char **proxy_list;
|
char **proxy_list;
|
||||||
char *url, *proxy;
|
char *url, *proxy;
|
||||||
|
|||||||
Reference in New Issue
Block a user