X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0213.cs;h=c48e3492efb5ccc9bf0c18d477b1f38d5b4b2028;hb=94b8270e9bdbd9280de1ec144af20877d8c8d055;hp=f0573110ecd33694907cf3d6097c3f1c63f0237c;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/errors/cs0213.cs b/mcs/errors/cs0213.cs index f0573110ecd..c48e3492efb 100644 --- a/mcs/errors/cs0213.cs +++ b/mcs/errors/cs0213.cs @@ -1,4 +1,4 @@ -// cs0213.cs: You cannot use the fixed statement to take the address of an already fixed expression +// CS0213: You cannot use the fixed statement to take the address of an already fixed expression // Line: 12 // Compiler options: -unsafe