X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=samples%2Fembed%2Fteste.c;h=258d8aa5fa8d0dd5becdaff2842d4fe27fc9094b;hb=c09ffbf3c7eac1d299756f53cc277dda860f5c95;hp=acfcabee6e608e977bbd1a4213317bc21b7948dd;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/samples/embed/teste.c b/samples/embed/teste.c index acfcabee6e6..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]; @@ -49,7 +49,6 @@ main(int argc, char* argv[]) { * if you are planning on using the dllmaps defined on the * system configuration */ - mono_set_dirs (NULL, NULL); mono_config_parse (NULL); /* * mono_jit_init() creates a domain: each assembly is