[Pkg-gnupg-commit] [libassuan] 132/437: 2004-12-19 Moritz Schulte <moritz at g10code.com>

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 06d9a26a0ccc8873530679f54bf58e3df5bdb23a
Author: Moritz Schulte <mo at g10code.com>
Date:   Sun Dec 19 13:08:24 2004 +0000

    2004-12-19  Moritz Schulte  <moritz at g10code.com>
    
    	* assuan-pipe-connect.c (assuan_pipe_connect2): Removed "`"
    	character at beginning of line 532.
---
 src/ChangeLog             | 5 +++++
 src/assuan-pipe-connect.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 8ebb394..2c73cfb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-19  Moritz Schulte  <moritz at g10code.com>
+
+	* assuan-pipe-connect.c (assuan_pipe_connect2): Removed "`"
+	character at beginning of line 532.
+
 2004-12-18  Werner Koch  <wk at g10code.com>
 
 	* assuan-logging.c (_assuan_w32_strerror): New. 
diff --git a/src/assuan-pipe-connect.c b/src/assuan-pipe-connect.c
index 562c92f..5162dcf 100644
--- a/src/assuan-pipe-connect.c
+++ b/src/assuan-pipe-connect.c
@@ -529,7 +529,7 @@ assuan_pipe_connect2 (assuan_context_t *ctx,
 	    {
 	      while (*fdp != -1 && *fdp != i)
 		fdp++;
-`	    }
+	    }
 
           if (!(fdp && *fdp != -1))
             close(i);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list