Extended CloneCopy() test with ReadOnly field
[mono.git] / mcs / class / I18N / Other / CP874.cs
index 24d82d4b940acc85290f49d2d35f1e03185fddd1..1f08062fbb4c9023b705f4d0a2574e09c95804cf 100644 (file)
@@ -304,7 +304,7 @@ public class CP874 : ByteEncoding
                                                ch -= 0xFEE0;
                                        else
 #if NET_2_0
-                                       HandleFallback (ref buffer, chars, ref charIndex, ref charCount, bytes, ref byteIndex, ref byteCount);
+                                               HandleFallback (ref buffer, chars, ref charIndex, ref charCount, bytes, ref byteIndex, ref byteCount);
 #else
                                                ch = 0x3F;
 #endif