diff --git a/libntfs-3g/reparse.c b/libntfs-3g/reparse.c index e2d0ec66..c7e53618 100644 --- a/libntfs-3g/reparse.c +++ b/libntfs-3g/reparse.c @@ -409,8 +409,8 @@ static char *search_relative(ntfs_volume *vol, ntfschar *path, int count, if (curni && topni->ni && (topni->ni->mrec->flags - & (MFT_RECORD_IS_DIRECTORY - ? isdir : !isdir))) { + & MFT_RECORD_IS_DIRECTORY + ? isdir : !isdir)) { if (ntfs_ucstombs(path, count, &target, 0) < 0) { if (target) {