X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0601.cs;h=8a59614ec1c5cdc0b6ada7bdf37a7ffdd2de252f;hb=067634117ca126504f3cb90ae897acebd47f26fc;hp=676587eff6f783c6c262af07034b22e6c4a7ffe7;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs0601.cs b/mcs/errors/cs0601.cs index 676587eff6f..8a59614ec1c 100644 --- a/mcs/errors/cs0601.cs +++ b/mcs/errors/cs0601.cs @@ -1,4 +1,4 @@ -// cs0601.cs: The DllImport attribute must be specified on a method marked `static' and `extern' +// CS0601: The DllImport attribute must be specified on a method marked `static' and `extern' // Line : 9 using System;