Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_exehist.c 


Log Message:
Add return value.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_exehist.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_exehist.c 29 Oct 2006 09:04:26 -0000      1.7
+++ e_exehist.c 14 Dec 2006 15:39:26 -0000      1.8
@@ -226,7 +226,7 @@
    
    if (!mime) return NULL;
    _e_exehist_load();
-   if (!_e_exehist) return;
+   if (!_e_exehist) return NULL;
    for (l = _e_exehist->mimes; l; l = l->next)
      {
        ei = l->data;



-------------------------------------------------------------------------
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