fix compilation error on Linux due to bad merge

This commit is contained in:
Berke Viktor 2012-02-04 16:23:02 +01:00
parent 99b9c1f0b2
commit a6230d9e00
1 changed files with 1 additions and 1 deletions

View File

@ -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;