upas/send: add \n to error in refuse() (thanks josuah)
This commit is contained in:
parent
2d13ac5d39
commit
f3a05b16ad
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ findbody(char *p)
|
||||||
int
|
int
|
||||||
refuse(dest*, message *, char *cp, int, int)
|
refuse(dest*, message *, char *cp, int, int)
|
||||||
{
|
{
|
||||||
fprint(2, "%s", cp);
|
fprint(2, "%s\n", cp);
|
||||||
exits("error");
|
exits("error");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue