]> wimlib.net Git - wimlib/blobdiff - src/verify.c
Win32 fixes
[wimlib] / src / verify.c
index 777a6e0c7f06ff6f9165391e8d4d66985a0320ef..eae4b38612ed799baefcbdacbbf5fbbcb406807f 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * wimlib - Library for working with WIM files
  *
@@ -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) {