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:
authorJochen Wezel <jochen@mono-cvs.ximian.com>2004-04-26 13:57:49 +0400
committerJochen Wezel <jochen@mono-cvs.ximian.com>2004-04-26 13:57:49 +0400
commitf1f7a2ed69c274d62b3d1da1455b0916c978b002 (patch)
tree28bacee49756970e4f85837ce7386e963607d5ac /mcs/class/System/Microsoft.VisualBasic
parent4d5faad7a761e4c846d445f0ba2d676121ef0b52 (diff)
I'd better written correctly
svn path=/trunk/mcs/; revision=25991
Diffstat (limited to 'mcs/class/System/Microsoft.VisualBasic')
-rw-r--r--mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs b/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs
index 594d4b2a394..a84ae44b825 100644
--- a/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs
+++ b/mcs/class/System/Microsoft.VisualBasic/VBCodeGenerator.cs
@@ -826,7 +826,7 @@ namespace Microsoft.VisualBasic
protected override void GenerateAttributeDeclarationsEnd (CodeAttributeDeclarationCollection attributes)
{
- Output.WriteLine ('> _');
+ Output.WriteLine ("> _");
}
protected override void OutputDirection (FieldDirection direction)