From 1943218ffb7305fb0dbb71abb2dd63347314ab6d Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 14 Dec 2006 15:39:26 +0000 Subject: [PATCH] Add return value. SVN revision: 27439 --- src/bin/e_exehist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_exehist.c b/src/bin/e_exehist.c index fd6a78797..fc5c25882 100644 --- a/src/bin/e_exehist.c +++ b/src/bin/e_exehist.c @@ -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;