mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
Update bfg.c
This commit is contained in:
parent
4b41480549
commit
c414d9a3ab
1 changed files with 1 additions and 1 deletions
2
bfg.c
2
bfg.c
|
@ -195,7 +195,7 @@ int accu(int value)
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for(int a=1; a<=value; ++a)
|
for(int a=1; a<=value; ++a)
|
||||||
{
|
{
|
||||||
i+=a+1;
|
i+=a;
|
||||||
}
|
}
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue