diff --git a/libntfs-3g/reparse.c b/libntfs-3g/reparse.c index 4633e583..c42794c8 100644 --- a/libntfs-3g/reparse.c +++ b/libntfs-3g/reparse.c @@ -117,7 +117,7 @@ static const ntfschar vol_junction_head[] = { } ; static ntfschar reparse_index_name[] = { const_cpu_to_le16('$'), - const_cpu_to_le16('R') }; + const_cpu_to_le16('R') }; static const char mappingdir[] = ".NTFS-3G/";