From cf705f011ec583191d8a3c8b6d3237f65c5d0ad0 Mon Sep 17 00:00:00 2001 From: jpandre Date: Fri, 18 Dec 2009 09:12:54 +0000 Subject: [PATCH] Cosmetic change --- libntfs-3g/reparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/";