Fix initialization.

SVN revision: 36308
This commit is contained in:
Cedric BAIL 2008-09-29 09:43:37 +00:00
parent 3564707421
commit 93656a916a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ static void
_eina_benchmark_specimens(int request)
{
int i;
int a;
int a = 0;
for (i = 0; i < request; ++i)
a += i;