diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-11 03:17:29 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-11 03:19:13 -0500 |
| commit | 90f6bb84ca98020d2fe48a14d1290118d2f3dcaa (patch) | |
| tree | cac920931651685b3af6c446d2652e7019b91fee /src/crunch.c | |
| parent | ae8053232281a67ed2c7d1677c3d30b937e61d15 (diff) | |
| download | alftools-90f6bb84ca98020d2fe48a14d1290118d2f3dcaa.tar.gz | |
derp
Diffstat (limited to 'src/crunch.c')
| -rw-r--r-- | src/crunch.c | 2 |
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)); } /*********************************************************************/ |
