]> wimlib.net Git - wimlib/blobdiff - src/write.c
Comment fixes
[wimlib] / src / write.c
index e06ad05e2fa401dbd96650d6348b491401c9c6ae..7f92366d2e57bf6a63d2d46b39940729eb112a60 100644 (file)
@@ -248,7 +248,6 @@ err:
 /* Write the file resources for the current image. */
 static int write_file_resources(WIMStruct *w)
 {
-
        DEBUG("Writing file resources for image %u.", w->current_image);
        return for_dentry_in_tree(wim_root_dentry(w), write_dentry_resources, w);
 }