mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-19 09:02:22 +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
@ -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…
x
Reference in New Issue
Block a user