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:
authorAlp Toker <alp@mono-cvs.ximian.com>2007-11-10 05:11:19 +0300
committerAlp Toker <alp@mono-cvs.ximian.com>2007-11-10 05:11:19 +0300
commitc09ffbf3c7eac1d299756f53cc277dda860f5c95 (patch)
tree1101ca203db6a94899dd0782aba0876db4458888 /samples
parent0273afcd6a73824d2413ae53fbceb4f15586eba7 (diff)
2007-11-10 Alp Toker <alp@atoker.com>
* samples/embed/teste.c: Add a newline at the end of this printf() svn path=/trunk/mono/; revision=89397
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 d6a7b8381a1..258d8aa5fa8 100644
--- a/samples/embed/teste.c
+++ b/samples/embed/teste.c
@@ -39,7 +39,7 @@ main(int argc, char* argv[]) {
int retval;
if (argc < 2){
- fprintf (stderr, "Please provide an assembly to load");
+ fprintf (stderr, "Please provide an assembly to load\n");
return 1;
}
file = argv [1];