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:
authorKornél Pál <kornelpal@gmail.com>2006-09-05 17:54:12 +0400
committerKornél Pál <kornelpal@gmail.com>2006-09-05 17:54:12 +0400
commit546a1134d2d6d75e2989249f9b0803ec03e71789 (patch)
tree4236e4ad5f93b22d7ea59722e21a2e824075425e /mcs/class/System/System.Diagnostics/Process.cs
parent31c90e9e978f5bfd536be3dd79875fcdf0a02a15 (diff)
Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the default encoding for compilers.
svn path=/trunk/mcs/; revision=64941
Diffstat (limited to 'mcs/class/System/System.Diagnostics/Process.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/Process.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/Process.cs b/mcs/class/System/System.Diagnostics/Process.cs
index 8ec25f8d5bb..c79ebc1e2c1 100644
--- a/mcs/class/System/System.Diagnostics/Process.cs
+++ b/mcs/class/System/System.Diagnostics/Process.cs
@@ -912,7 +912,7 @@ namespace System.Diagnostics {
} else {
stdin_rd = MonoIO.ConsoleInput;
/* This is required to stop the
- * &$*£ing stupid compiler moaning
+ * &$*£ing stupid compiler moaning
* that stdin_wr is unassigned, below.
*/
stdin_wr = (IntPtr)0;