Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0636.cs
index 418d08c7bc7d5494e4fc4e345f628731447ce253..3b09bd7603c3ef3adbe02597faf70d2a6614aa69 100644 (file)
@@ -4,7 +4,7 @@
 using System;
 using System.Runtime.InteropServices;
 
-namespace cs0636 {
+namespace CS0636 {
        struct GValue {
                public string name;
                [ FieldOffset (4) ] public int value;