diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 8279f54..a963cc7 100644 --- a/src/config.c +++ b/src/config.c @@ -72,7 +72,7 @@ int loadconfig(char * htde_path, char * issue_path, int * update) proxy_type = SOCKS5; else fprintf(stderr, - "Proxy type %s not known, please use either http, socks4 or socks5", + "Proxy type %s not known, please use either http, socks4 or socks5\n", parameter); } else if(!strcmp(option, "proxy_address")) |