X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0578.cs;h=f104a9a44fe4a5baa47fa91d850fe27e297ee8d3;hb=79cc1aeccd086b2d9006d6e549426d4ac1ceb80e;hp=828e47597fca3740f58e0ff00d5d337564fd69be;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs0578.cs b/mcs/errors/cs0578.cs index 828e47597fc..f104a9a44fe 100644 --- a/mcs/errors/cs0578.cs +++ b/mcs/errors/cs0578.cs @@ -1,4 +1,4 @@ -// cs0578.cs: Conditional not valid on `MainClass.Foo()' because its return type is not void +// CS0578: Conditional not valid on `MainClass.Foo()' because its return type is not void // Line: 10 class MainClass {