Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_thumb_main.c 


Log Message:
Add return value

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_thumb_main.c      23 Jul 2006 12:06:59 -0000      1.7
+++ e_thumb_main.c      28 Jul 2006 11:37:55 -0000      1.8
@@ -249,13 +249,13 @@
    time_t mtime_orig, mtime_thumb;
 
    id = _e_thumb_file_id(eth->file, eth->key);
-   if (!id) return;
+   if (!id) return 0;
    
    td = strdup(id);
    if (!td)
      {
        free(id);
-       return;
+       return 0;
      }
    td[2] = 0;
    



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to