From: Alp Toker Date: Sat, 10 Nov 2007 02:11:19 +0000 (-0000) Subject: 2007-11-10 Alp Toker X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c09ffbf3c7eac1d299756f53cc277dda860f5c95;p=mono.git 2007-11-10 Alp Toker * samples/embed/teste.c: Add a newline at the end of this printf() svn path=/trunk/mono/; revision=89397 --- diff --git a/ChangeLog b/ChangeLog index 7825cf06784..89621b899d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-10 Alp Toker + + * samples/embed/teste.c: Add a newline at the end of this printf() + 2007-11-08 Wade Berrier * 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];