Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/tests


Modified Files:
        eina_bench_hash.c 


Log Message:
Fix a typo in bench.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_bench_hash.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- eina_bench_hash.c   7 Aug 2008 09:13:24 -0000       1.3
+++ eina_bench_hash.c   7 Aug 2008 13:14:08 -0000       1.4
@@ -86,7 +86,7 @@
 
    for (i = 0; i < (unsigned int) request; ++i)
      {
-       char *tmp_key[10];
+       char tmp_key[10];
 
        tmp_val = malloc(sizeof (int));
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to