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/cs3021.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/cs3021.cs')
-rw-r--r--mcs/errors/cs3021.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs3021.cs b/mcs/errors/cs3021.cs
index ab5b852d8a2..8817d842fcf 100644
--- a/mcs/errors/cs3021.cs
+++ b/mcs/errors/cs3021.cs
@@ -1,6 +1,6 @@
// cs3021.cs: 'I' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
// Line: 9
-// Compiler options: -warn:2 -warnaserror
+// Compiler options: -warn:2 -warnaserror
using System;