diff --git a/structs.c b/structs.c index 8365d0b..58558f2 100644 --- a/structs.c +++ b/structs.c @@ -326,6 +326,8 @@ int print_path(Folder* fld, File* fil) printf("<-"); print_path(parent, NULL); } + else + printf("\n"); return 1; }