X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs1673-2.cs;h=4543d9bb0b0dc96aef01927fd8e5cdcf67b0e31c;hb=be95f699da177f6e2d13937062b8c6eca449104f;hp=cc0b63fcedc4431d7bf15ccd8c84aeb10b1f8dab;hpb=c39d7ce9985a7067c1cbf44188007c9433901940;p=mono.git diff --git a/mcs/errors/cs1673-2.cs b/mcs/errors/cs1673-2.cs old mode 100755 new mode 100644 index cc0b63fcedc..4543d9bb0b0 --- a/mcs/errors/cs1673-2.cs +++ b/mcs/errors/cs1673-2.cs @@ -1,4 +1,4 @@ -// CS1673-2.cs: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead +// CS1673: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead // Line: 19 using System;