ok, sorry, there was a reason: shutting up gcc warnings. spank myself :P
authordavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 18:57:13 +0000 (18:57 +0000)
committerdavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 18:57:13 +0000 (18:57 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_url.c

index 7fb115b..7d1b23f 100644 (file)
@@ -321,6 +321,7 @@ ecore_con_url_new(const char *url)
    return url_con;
 #else
    return NULL;
+   url = NULL;
 #endif
 }