X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0596-2.cs;h=623b481109e8fb205b9c0bb1d66f436203a3e790;hb=2f076e3b2d1eb1b59afdea3856e6389ce25db878;hp=c1ac50357b39ef5c6e60cd448807236df4737201;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/errors/cs0596-2.cs b/mcs/errors/cs0596-2.cs index c1ac50357b3..623b481109e 100644 --- a/mcs/errors/cs0596-2.cs +++ b/mcs/errors/cs0596-2.cs @@ -1,7 +1,7 @@ -// cs0596-2.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] -interface I -{ + +[System.Runtime.InteropServices.ComImportAttribute] +interface I +{ } \ No newline at end of file