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:
authorMiguel de Icaza <miguel@gnome.org>2002-07-22 01:50:27 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-07-22 01:50:27 +0400
commita567b08ca00a77365d4f507e4544ccc0584619ff (patch)
tree45b075da5b4b0a20a194653cd86720e0b62d2285 /samples
parenta5cb5e6877178b53136cb0b892ac864d25d1d80b (diff)
sample fix
svn path=/trunk/mono/; revision=5990
Diffstat (limited to 'samples')
-rw-r--r--samples/embed/teste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/embed/teste.c b/samples/embed/teste.c
index 4727c51a736..85fc07ffa65 100644
--- a/samples/embed/teste.c
+++ b/samples/embed/teste.c
@@ -4,7 +4,7 @@
* Very simple mono embedding example.
* Compile with:
* gcc -o teste teste.c `pkg-config --cflags --libs mono`
- * mcs test.exe
+ * mcs test.cs
* Run with:
* ./teste test.exe
*/