Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_con


Modified Files:
        ecore_con_url.c 


Log Message:
Fix the real warning this time. (undo my previous change as well)

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con_url.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ecore_con_url.c     27 Jun 2008 16:00:55 -0000      1.24
+++ ecore_con_url.c     28 Jun 2008 03:51:20 -0000      1.25
@@ -543,17 +543,15 @@
 
        return _ecore_con_url_perform(url_con);
      }
+   else
+       return 0;
 #else
    return 0;
-   /*
-    * DEAD CODE?
-    *
    url_con = NULL;
    filename = NULL;
    user = NULL;
    pass = NULL;
    upload_dir = NULL;
-    */
 #endif   
 }
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to