fix missing bracket in the former patch

edge.strict_endians
szaka 2006-08-13 18:56:25 +00:00
parent 074b025366
commit af055de0c4
1 changed files with 1 additions and 1 deletions

View File

@ -1413,7 +1413,7 @@ static int ntfs_dump_index_entries(INDEX_ENTRY *entry, INDEX_ATTR_TYPE type)
if (entry->flags & INDEX_ENTRY_NODE)
ntfs_log_verbose("\t\tSubnode VCN:\t\t 0x%llx\n",
ntfs_ie_get_vcn(entry);
ntfs_ie_get_vcn(entry));
if (entry->flags & INDEX_ENTRY_END)
break;