diff options
author | Neal H. Walfield <[email protected]> | 2017-02-02 10:00:51 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2017-02-02 12:26:41 +0000 |
commit | 74268180e5a3acc827f3a369f1fe5971f3bbe285 (patch) | |
tree | 7cca6db65b40eefacb54ca91819fc46f9b41a104 /g10/tofu.c | |
parent | gpg: Remove period at end of warning. (diff) | |
download | gnupg-74268180e5a3acc827f3a369f1fe5971f3bbe285.tar.gz gnupg-74268180e5a3acc827f3a369f1fe5971f3bbe285.zip |
gpg: Add newline to output.
* g10/tofu.c (ask_about_binding): Add newline to output.
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'g10/tofu.c')
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index 149a18545..9f5f40694 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1969,7 +1969,7 @@ ask_about_binding (ctrl_t ctrl, else if (!response[0]) /* Default to unknown. Don't save it. */ { - tty_printf (_("Defaulting to unknown.")); + tty_printf (_("Defaulting to unknown.\n")); *policy = TOFU_POLICY_UNKNOWN; break; } |