]> wimlib.net Git - wimlib/blobdiff - src/verify.c
Support for UNIX-specific data
[wimlib] / src / verify.c
index 777a6e0c7f06ff6f9165391e8d4d66985a0320ef..bfb3577b9db1e0ce0b0a934c3bc897187fb365fb 100644 (file)
@@ -57,7 +57,7 @@ static int verify_inode(struct wim_inode *inode, const WIMStruct *w)
 
        /* Check that lookup table entries for all the inode's stream exist,
         * except if the SHA1 message digest is all 0's, which indicates an
-        * empty stream. 
+        * empty stream.
         *
         * This check is skipped on split WIMs. */
        if (w->hdr.total_parts == 1) {