[git] Pinentry - branch, master, updated. pinentry-0.9.6-8-g999162e

by Neal H. Walfield cvs at cvs.gnupg.org
Fri Nov 27 10:27:14 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The standard pinentry collection".

The branch, master has been updated
       via  999162e7c38d4b8c76270e7b6790417fd6439ef3 (commit)
      from  f238a58772b7d51362ca7d819e1648a64ff50d57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 999162e7c38d4b8c76270e7b6790417fd6439ef3
Author: Neal H. Walfield <neal at gnu.org>
Date:   Fri Nov 27 10:26:46 2015 +0100

    tty: Fix formatting.
    
    * tty/pinentry-tty.c (password): Remove trailing space.

diff --git a/tty/pinentry-tty.c b/tty/pinentry-tty.c
index 76b6865..4e71edf 100644
--- a/tty/pinentry-tty.c
+++ b/tty/pinentry-tty.c
@@ -371,7 +371,7 @@ password (pinentry_t pinentry, FILE *ttyfi, FILE *ttyfo)
 
   dump_error_text (ttyfo, pinentry->error);
 
-  fprintf (ttyfo, "%s\n ", msg);
+  fprintf (ttyfo, "%s\n", msg);
 
   while (! done)
     {

-----------------------------------------------------------------------

Summary of changes:
 tty/pinentry-tty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list