[msvc] Update csproj files
[mono.git] / mcs / errors / cs1644.cs
index 7bfd9ac803c5e80213eec77d37434dda3694b32b..5bf6ac7ac0ae78b6a15e83b2361e3019f8b38f0a 100644 (file)
@@ -1,6 +1,6 @@
-// cs1644.cs: Feature `static classes' cannot be used because it is not part of the standardized ISO C# language specification
+// CS1644: Feature `static classes' cannot be used because it is not part of the C# 1.0 language specification
 // Line: 5
 // Compiler options: -langversion:ISO-1
 
 static class Class {
-}
\ No newline at end of file
+}