Add return value.

SVN revision: 27439
This commit is contained in:
Sebastian Dransfeld 2006-12-14 15:39:26 +00:00
parent 7884290d8b
commit 1943218ffb
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ e_exehist_mime_app_get(const char *mime)
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;