summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/file.c b/file.c
index f043e9c..c2c2e86 100644
--- a/file.c
+++ b/file.c
@@ -751,6 +751,9 @@ print_file (const void *item)
if (f->cmds != 0)
print_commands (f->cmds);
+
+ if (f->prev)
+ print_file ((const void *) f->prev);
}
void