X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0596.cs;h=26b00a56632f10709e8026b310705fe4e23bfcac;hb=ec00656bee83312e28f0616324374099ff5dec03;hp=edbaed9e38eba57093c25534a48d5bf5c84a6c3a;hpb=04d1b4116331e3813b8f75304f714a5d61ba1214;p=mono.git diff --git a/mcs/errors/cs0596.cs b/mcs/errors/cs0596.cs index edbaed9e38e..26b00a56632 100644 --- a/mcs/errors/cs0596.cs +++ b/mcs/errors/cs0596.cs @@ -1,7 +1,7 @@ -// cs0596.cs: The Guid attribute must be specified with the ComImport attribute +// CS0596: The Guid attribute must be specified with the ComImport attribute // Line: 4 - -[System.Runtime.InteropServices.ComImportAttribute] -class C -{ + +[System.Runtime.InteropServices.ComImportAttribute] +class C +{ } \ No newline at end of file