fix ) in arity 0 predicates
This commit is contained in:
parent
895e29d444
commit
1e8de3f86c
@ -81,7 +81,9 @@ send_tracer_message(char *start, char *name, Int arity, char *mname, CELL *args)
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
fprintf(Yap_stderr, ")");
|
||||
if (arity) {
|
||||
fprintf(Yap_stderr, ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
fprintf(Yap_stderr, "\n");
|
||||
|
Reference in New Issue
Block a user