]> wimlib.net Git - wimlib/blobdiff - src/dentry.c
Misc. fixes
[wimlib] / src / dentry.c
index c84a95655100cd80c634ad542ae7480d6ada93de..3f258b76d9151e8e1e6101d155a900c6fb78e05c 100644 (file)
@@ -478,6 +478,7 @@ int print_dentry(struct dentry *dentry, void *lookup_table)
                        printf("Hash              = 0x"); 
                        print_hash(hash);
                        putchar('\n');
+                       putchar('\n');
                }
        }
        for (u16 i = 0; i < dentry->num_ads; i++) {