There is no need for an else here, as the return is the last
instruction.
---
 src/lib/ecore_con/ecore_con_url.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_con/ecore_con_url.c 
b/src/lib/ecore_con/ecore_con_url.c
index 7162e78..adb22ec 100644
--- a/src/lib/ecore_con/ecore_con_url.c
+++ b/src/lib/ecore_con/ecore_con_url.c
@@ -915,9 +915,8 @@ ecore_con_url_ftp_upload(Ecore_Con_Url *url_con, const char 
*filename,
 
         return _ecore_con_url_perform(url_con);
      }
-   else
-      return EINA_FALSE;
 
+   return EINA_FALSE;
 #else
    return EINA_FALSE;
    (void)url_con;
-- 
1.7.3.1


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to