Fix a typo in bench.

SVN revision: 35381
This commit is contained in:
Cedric BAIL 2008-08-07 13:14:08 +00:00
parent 97afef9508
commit f84524b958
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ eina_bench_lookup_djb2(int request)
for (i = 0; i < (unsigned int) request; ++i)
{
char *tmp_key[10];
char tmp_key[10];
tmp_val = malloc(sizeof (int));