aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crunch.c b/src/crunch.c
index ae8c153..7a6cd0a 100644
--- a/src/crunch.c
+++ b/src/crunch.c
@@ -109,7 +109,7 @@ void dump_tokens(void) {
}
printf("\nmaxkidcount %d, maxlevel = %d, totalkidcount = %d\n", maxkidcount, maxlevel, totalkidcount);
- printf("avgkidcount: %.2f\n\n--\n", ((float)totalkidcount) / (float)(nodeswithkids));
+ printf("avgkidcount: %.2f\n--\n\n", ((float)totalkidcount) / (float)(nodeswithkids));
}
/*********************************************************************/