diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-12 09:58:04 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-12 09:58:04 +0200 |
| commit | 76cc82994c1fbb969ec61d3aede6bd42fda09005 (patch) | |
| tree | 653723d48b48d5fc9be20181b1f6720f624176d5 /src/nissy.c | |
| parent | 10b65003102675bd19c0e5174ff249be2a163bc7 (diff) | |
| download | nissy-core-76cc82994c1fbb969ec61d3aede6bd42fda09005.tar.gz nissy-core-76cc82994c1fbb969ec61d3aede6bd42fda09005.zip | |
Cleanup gendata tools
Diffstat (limited to 'src/nissy.c')
| -rw-r--r-- | src/nissy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nissy.c b/src/nissy.c index d657d8e..71b8ca3 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -217,6 +217,7 @@ nissy_datainfo( | |||
| 217 | switch (info.type) { | 217 | switch (info.type) { |
| 218 | case TABLETYPE_PRUNING: | 218 | case TABLETYPE_PRUNING: |
| 219 | write("\n"); | 219 | write("\n"); |
| 220 | write("Table distribution"); | ||
| 220 | if (info.base != 0) | 221 | if (info.base != 0) |
| 221 | write(" (base value = %" PRIu8 ")", info.base); | 222 | write(" (base value = %" PRIu8 ")", info.base); |
| 222 | write(":\nValue\tPositions\n"); | 223 | write(":\nValue\tPositions\n"); |
