Commit 5a2551e3 authored by Anton Altaparmakov's avatar Anton Altaparmakov

unistr.c:

  Typo fix.
parent 82e84697
......@@ -96,7 +96,7 @@ int ntfs_collate_names(const uchar_t *name1, const u32 name1_len,
const int err_val, const IGNORE_CASE_BOOL ic,
const uchar_t *upcase, const u32 upcase_len)
{
u32 cnt, u32 min_len;
u32 cnt, min_len;
uchar_t c1, c2;
min_len = name1_len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment