Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add newline to error message
  • Loading branch information
moritz committed Jun 7, 2011
1 parent 9b86b65 commit 8772963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binder/multidispatch.c
Expand Up @@ -341,7 +341,7 @@ static STRING* dump_signature(PARROT_INTERP, STRING *so_far, PMC *sub) {
STRING * const newline = Parrot_str_new(interp, "\n", 0);
PMC * sig_meth, *sig_obj, *perl_meth;
STRING *sig_perl;
printf("XXX Multi error reporting busted...");
printf("XXX Multi error reporting busted...\n");
sig_meth = VTABLE_find_method(interp, sub, sig_name);
Parrot_ext_call(interp, sig_meth, "Pi->P", sub, &sig_obj);
perl_meth = VTABLE_find_method(interp, sig_obj, perl_name);
Expand Down

0 comments on commit 8772963

Please sign in to comment.