X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fverify.c;h=bfb3577b9db1e0ce0b0a934c3bc897187fb365fb;hb=5ed5a1ef610700e463abd0c07aed377cce5eef47;hp=777a6e0c7f06ff6f9165391e8d4d66985a0320ef;hpb=a3b232578372572ac1c6907219ea0c13e4b7e4ea;p=wimlib diff --git a/src/verify.c b/src/verify.c index 777a6e0c..bfb3577b 100644 --- a/src/verify.c +++ b/src/verify.c @@ -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) {