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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-06-25 23:23:14 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-06-25 23:23:14 +0400
commitc8264f5263f5b59a54b34b45d7861d84f48f4056 (patch)
treee2f441240aeab8fa618ad50a3fa03b886041c286 /mcs/errors/cs0242.cs
parentcf615313b4a5a59f0f74ede6c7bd4036094e2ee0 (diff)
Apply patches from Andrew
svn path=/trunk/mcs/; revision=5452
Diffstat (limited to 'mcs/errors/cs0242.cs')
-rwxr-xr-xmcs/errors/cs0242.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0242.cs b/mcs/errors/cs0242.cs
index 2a927d86b6e..c775f17342e 100755
--- a/mcs/errors/cs0242.cs
+++ b/mcs/errors/cs0242.cs
@@ -6,6 +6,6 @@ unsafe class ZZ {
void *p = null;
if (p [10] == 4)
- ;
+ return;
}
}