- Output cleanup.

This commit is contained in:
ccremers 2004-08-14 13:17:37 +00:00
parent afda4f355e
commit e3d16947ee
2 changed files with 2 additions and 1 deletions

View File

@ -415,7 +415,7 @@ bind_goal_regular (const Goal goal)
termPrint (p->nameterm);
eprintf (", ");
termPrint (r->nameterm);
eprintf (", index%i\n");
eprintf (", index %i\n", index);
#endif
return termMguInTerm (goal.rd->message, rd->message,
bind_this_unification);

View File

@ -254,3 +254,4 @@ termMguSubTerm (Term t1, Term t2, int (*iterator) (),
}
return flag;
}