ecore_con - socks support - warning that shows invalid size calc

zmike - i think this was the problem. gcc warning caught it. size was
This commit is contained in:
Carsten Haitzler 2013-11-09 10:11:12 +09:00
parent a52751d065
commit 85a86e77f7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static int ECORE_CON_SOCKS_V5_METHODS[] =
ECORE_CON_SOCKS_V5_METHOD_USERPASS
};
#define ECORE_CON_SOCKS_V5_TOTAL_METHODS sizeof(ECORE_CON_SOCKS_V5_METHODS)
#define ECORE_CON_SOCKS_V5_TOTAL_METHODS (sizeof(ECORE_CON_SOCKS_V5_METHODS) / sizeof(int))
#define _ecore_con_server_kill(svr) do { \
DBG("KILL %p", (svr)); \