Add missing </p> for xml text reader (monodoc make dist)
[mono.git] / mcs / errors / cs0242.cs
old mode 100755 (executable)
new mode 100644 (file)
index 494e3b7..d8334ed
@@ -1,4 +1,4 @@
-// cs0242: operation is not defined for void *
+// cs0242.cs: The array index operation is not valid on void pointers
 // Line: 10
 // Compiler options: -unsafe
 using System;
@@ -11,3 +11,4 @@ unsafe class ZZ {
                        return;
        }
 }
+