and also check that symbol too - just in case

SVN revision: 26859
This commit is contained in:
Carsten Haitzler 2006-10-29 11:02:11 +00:00
parent ccc283769b
commit af7ab32870
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ log_write(const char *type, const char *file)
static Evas_Hash *d_hash = NULL; static Evas_Hash *d_hash = NULL;
char buf[2]; char buf[2];
if ((*e_precache_end) && (*e_precache_end)) if ((e_precache_end) && (*e_precache_end))
{ {
log_close(); log_close();
return; return;