mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add newline to output.
* g10/tofu.c (ask_about_binding): Add newline to output. Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
6f9d8a956b
commit
74268180e5
1 changed files with 1 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ ask_about_binding (ctrl_t ctrl,
|
||||||
else if (!response[0])
|
else if (!response[0])
|
||||||
/* Default to unknown. Don't save it. */
|
/* Default to unknown. Don't save it. */
|
||||||
{
|
{
|
||||||
tty_printf (_("Defaulting to unknown."));
|
tty_printf (_("Defaulting to unknown.\n"));
|
||||||
*policy = TOFU_POLICY_UNKNOWN;
|
*policy = TOFU_POLICY_UNKNOWN;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue