summaryrefslogtreecommitdiff
path: root/ot_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_stats.c')
-rw-r--r--ot_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_stats.c b/ot_stats.c
index 8ba6ade..43ab8fd 100644
--- a/ot_stats.c
+++ b/ot_stats.c
@@ -168,7 +168,7 @@ static size_t stats_get_highscore_networks( stats_network_node *node, int depth,
168 node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit ); 168 node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit );
169 169
170 score += node_score; 170 score += node_score;
171 171
172 if( node_score <= scores[0] ) continue; 172 if( node_score <= scores[0] ) continue;
173 173
174 __STR(node_value,depth,i); 174 __STR(node_value,depth,i);