Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-03-16 12:59:04 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-03-16 12:59:04 +0300
commit7ce2b5bbf4cdee183b8f66f9327658e88086143a (patch)
treeec4addc46f0eff0710175c16de5f2f97b64b73c7 /mcs/errors/cs3022.cs
parent747952ff2eea2f8f2599ab8651741e18959e2a64 (diff)
Fix stray ^M. Set svn:eol-style=native to a few files.
svn path=/trunk/mcs/; revision=41878
Diffstat (limited to 'mcs/errors/cs3022.cs')
-rw-r--r--mcs/errors/cs3022.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs3022.cs b/mcs/errors/cs3022.cs
index 023e016ddf4..82231b3d1d3 100644
--- a/mcs/errors/cs3022.cs
+++ b/mcs/errors/cs3022.cs
@@ -1,6 +1,6 @@
// cs3022.cs: CLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead
// Line: 8
-// Compiler options: -warn:1 -warnaserror
+// Compiler options: -warn:1 -warnaserror
using System;
[assembly: CLSCompliant (true)]