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:
Diffstat (limited to 'samples/embed/teste.c')
-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 eb7131508c6..d67720a145f 100644
--- a/samples/embed/teste.c
+++ b/samples/embed/teste.c
@@ -63,7 +63,7 @@ main(int argc, char* argv[]) {
* We add our special internal call, so that C# code
* can call us back.
*/
- mono_add_internal_call ("Mono::gimme", gimme);
+ mono_add_internal_call ("MonoEmbed::gimme", gimme);
main_args.domain=domain;
main_args.file=file;