:/ setting a const char * param to NULL ?? and after the return ?? :O

random spank

SVN revision: 56611
This commit is contained in:
Davide Andreoli 2011-01-31 18:48:50 +00:00
parent b84bd07b90
commit 080b978c88
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ ecore_con_url_new(const char *url)
return url_con;
#else
return NULL;
url = NULL;
#endif
}