fix CID 1106345 - missing parentheses

This commit is contained in:
Boris Faure 2013-10-14 23:22:19 +02:00
parent 55200014a9
commit c4366ed2b5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ options_theme(Evas_Object *opbox, Evas_Object *term)
{
const char *ext = strchr(file, '.');
if ((config) && (!file[0] != '.') &&
if ((config) && (file[0] != '.') &&
((ext) && (!strcasecmp(".edj", ext))))
{
t = calloc(1, sizeof(Theme));