aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pruning.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pruning.c b/src/pruning.c
index ca6f57a..6165e71 100644
--- a/src/pruning.c
+++ b/src/pruning.c
@@ -178,6 +178,7 @@ genptable(PruneData *pd)
178 d+1, pd->n - oldn, pd->n, pd->coord->max); 178 d+1, pd->n - oldn, pd->n, pd->coord->max);
179 oldn = pd->n; 179 oldn = pd->n;
180 } 180 }
181 fprintf(stderr, "Pruning table generated!\n");
181 182
182 if (!write_ptable_file(pd)) 183 if (!write_ptable_file(pd))
183 fprintf(stderr, "Error writing ptable file\n"); 184 fprintf(stderr, "Error writing ptable file\n");

Generated with cgit - Back to sebastiano.tronto.net