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:
Diffstat (limited to 'mcs/errors/gcs0266.cs')
-rw-r--r--mcs/errors/gcs0266.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/gcs0266.cs b/mcs/errors/gcs0266.cs
index 37f5cddc364..d09ff665108 100644
--- a/mcs/errors/gcs0266.cs
+++ b/mcs/errors/gcs0266.cs
@@ -1,5 +1,5 @@
-// CS0266: Cannot implicitly convert type `I' to `C'. An explicit conversion exists (are you missing a cast?)
-// Line: 16
+// CS0266: Cannot implicitly convert type `I' to `C'. An explicit conversion exists (are you missing a cast?)
+// Line: 16
interface I
{