ecore: fix SOCKS proxy doc. That should be in doxygen anyway. Wondering

how.


SVN revision: 70924
This commit is contained in:
Cedric BAIL 2012-05-11 02:37:14 +00:00
parent 4494035fa7
commit 8a73b16dfb
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ ecore_con_socks_init(void)
unsigned char addr6[sizeof(struct in6_addr)];
#endif
/* ECORE_CON_SOCKS_V4=[user@]host:port-[1|0] */
/* ECORE_CON_SOCKS_V4=[user@]host-port:[1|0] */
socks = getenv("ECORE_CON_SOCKS_V4");
if (!socks)
{