network: Fix typo

This commit is contained in:
Denis Kenzior 2015-06-22 15:08:02 -05:00
parent 971b3dfed0
commit 55f4c3275b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ fail:
/* First 64 entries calculated by 1 / pow(n, 0.3) for n >= 1 */
static const double rankmod_table[] = {
0.1000000000, 0.8122523964, 0.7192230933, 0.6597539554,
1.0000000000, 0.8122523964, 0.7192230933, 0.6597539554,
0.6170338627, 0.5841906811, 0.5577898253, 0.5358867313,
0.5172818580, 0.5011872336, 0.4870596972, 0.4745102806,
0.4632516708, 0.4530661223, 0.4437850034, 0.4352752816,