eet: unborking !

SVN revision: 71100
This commit is contained in:
Cedric BAIL 2012-05-15 07:51:00 +00:00
parent b838e41bab
commit 3f29ca43a0
1 changed files with 1 additions and 2 deletions

View File

@ -160,8 +160,7 @@ eet_dictionary_string_add(Eet_Dictionary *ed,
ed->hash[hash] = ed->count;
}
ed->count++;
cnt = ed->count;
cnt = ed->count++;
eina_lock_release(&ed->mutex);
return cnt;