Add missing </p> for xml text reader (monodoc make dist)
[mono.git] / mcs / errors / cs0242.cs
index 494e3b7d0a0c248705897096c04e9a97b0a4205b..d8334ed429308da18a72c7f0f70c5b558e5f6fe8 100644 (file)
@@ -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;
        }
 }
+