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:
authorMarek Safar <marek.safar@gmail.com>2005-03-07 19:30:34 +0300
committerMarek Safar <marek.safar@gmail.com>2005-03-07 19:30:34 +0300
commit7cb365e8262722db3490dce0d9e4b7fd8f38487b (patch)
tree8cefb9f0c281b36a30fab0d9d08fed9e79ead656 /mcs/errors/cs0212.cs
parent6bb6bad9f39468702a8216d7bf57c79979065d82 (diff)
error text should be 1 row only
svn path=/trunk/mcs/; revision=41532
Diffstat (limited to 'mcs/errors/cs0212.cs')
-rw-r--r--mcs/errors/cs0212.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/errors/cs0212.cs b/mcs/errors/cs0212.cs
index 32ed536a21c..132d74d5c62 100644
--- a/mcs/errors/cs0212.cs
+++ b/mcs/errors/cs0212.cs
@@ -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