oops - typo. fix.

SVN revision: 49465
This commit is contained in:
Carsten Haitzler 2010-06-05 04:34:00 +00:00
parent 4d58c10c09
commit ad6ec2e43e
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ elm_theme_get(Elm_Theme *th)
len = 0;
EINA_LIST_FOREACH(th->themes, l, f)
{
len + strlen(f);
len += strlen(f);
if (l->next) len += 1;
}
tmp = alloca(len + 1);