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:
authorGert Driesen <drieseng@users.sourceforge.net>2007-10-17 12:52:59 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2007-10-17 12:52:59 +0400
commit4c3630edec9eacc391ad85e4c7046312b0aa7dd2 (patch)
treeb77acd7e65d0f4824703f796b15925e5a54e776a /mcs/errors/cs0177-8.cs
parent8c107c1f578d73f32025c268e5bf524ebf0123e9 (diff)
oops.
svn path=/trunk/mcs/; revision=87639
Diffstat (limited to 'mcs/errors/cs0177-8.cs')
-rw-r--r--mcs/errors/cs0177-8.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0177-8.cs b/mcs/errors/cs0177-8.cs
index 866352249bf..2a29acdd7fc 100644
--- a/mcs/errors/cs0177-8.cs
+++ b/mcs/errors/cs0177-8.cs
@@ -1,5 +1,5 @@
// cs0177-8.cs: The out parameter `parameterModifiers' must be assigned to before control leaves the current method
-// Line: XXX
+// Line: 17
using System;
using System.Reflection;