From a567b08ca00a77365d4f507e4544ccc0584619ff Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 21 Jul 2002 21:50:27 +0000 Subject: [PATCH] sample fix svn path=/trunk/mono/; revision=5990 --- samples/embed/teste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1