Fix a typo in bench.
authorcedric <cedric>
Thu, 7 Aug 2008 13:14:08 +0000 (13:14 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Aug 2008 13:14:08 +0000 (13:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/proto/eina@35381 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eina_bench_hash.c

index d23124b..febdb95 100644 (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));