Merge pull request #681 from tritao/dll-api
[mono.git] / mcs / class / corlib / System.IO / FileAttributes.cs
index d4204e4ccba0376fe06d36623924bcad8151a1e1..de99c787c555ca2a915b91a1127b422cc13dc9b4 100644 (file)
@@ -54,7 +54,7 @@ namespace System.IO
                ReparsePoint = 0x00400,
                SparseFile = 0x00200,
                System = 0x00004,
-               Temporary = 0x00100
+               Temporary = 0x00100,
 #if NET_4_5
                IntegrityStream = 0x8000,
                NoScrubData = 0x20000,