aboutsummaryrefslogtreecommitdiff
path: root/fold.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2016-04-09 14:21:56 -0400
committerQuentin Carbonneaux <[email protected]>2016-04-09 14:21:56 -0400
commit1e0f18e9086b825d6fc941bf37306ae2823f0341 (patch)
tree71b5ebe09b04fa44465fd98a559a6a3541acd8c9 /fold.c
parent081360df6a06979852de977a4d4e56f3c4481a81 (diff)
add a proper block deletion routine
Diffstat (limited to 'fold.c')
-rw-r--r--fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fold.c b/fold.c
index c8466e4..e9d9228 100644
--- a/fold.c
+++ b/fold.c
@@ -254,7 +254,7 @@ fold(Fn *fn)
d = 1;
if (debug['F'])
fprintf(stderr, "%s ", b->name);
- // blkdel(pb);
+ blkdel(b);
*pb = b->link;
continue;
}