|
@@ -122,9 +122,9 @@ adfs_dir_checkbyte(const struct adfs_dir *dir)
|
|
ptr.ptr8 = bufoff(bh, i);
|
|
ptr.ptr8 = bufoff(bh, i);
|
|
end.ptr8 = ptr.ptr8 + last - i;
|
|
end.ptr8 = ptr.ptr8 + last - i;
|
|
|
|
|
|
- do
|
|
|
|
|
|
+ do {
|
|
dircheck = *ptr.ptr8++ ^ ror13(dircheck);
|
|
dircheck = *ptr.ptr8++ ^ ror13(dircheck);
|
|
- while (ptr.ptr8 < end.ptr8);
|
|
|
|
|
|
+ } while (ptr.ptr8 < end.ptr8);
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|