X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1673-2.cs;h=4543d9bb0b0dc96aef01927fd8e5cdcf67b0e31c;hb=afd9c96b3f5c432a8d337dc134a59e09fa405a9a;hp=cc0b63fcedc4431d7bf15ccd8c84aeb10b1f8dab;hpb=6110fc90713ce59ff0996fcd3520e09a96575820;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;