Author: marek Date: 2005-03-07 11:30:34 -0500 (Mon, 07 Mar 2005) New Revision: 41532
Modified: trunk/mcs/errors/cs0212.cs Log: error text should be 1 row only Modified: trunk/mcs/errors/cs0212.cs =================================================================== --- trunk/mcs/errors/cs0212.cs 2005-03-07 16:00:00 UTC (rev 41531) +++ trunk/mcs/errors/cs0212.cs 2005-03-07 16:30:34 UTC (rev 41532) @@ -1,5 +1,4 @@ -// cs0212: You can only take the address of an unfixed expression inside -// a fixed statement initializer. +// cs0212: You can only take the address of an unfixed expression inside a fixed statement initializer. // Line: 19 // Compiler options: -unsafe _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
