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
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
-rw-r--r--ChangeLog4
-rw-r--r--samples/embed/teste.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7825cf06784..89621b899d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-10 Alp Toker <alp@atoker.com>
+
+ * samples/embed/teste.c: Add a newline at the end of this printf()
+
2007-11-08 Wade Berrier <wberrier@novell.com>
* configure.in: add sysconfdir for mcs config.make
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];