[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.20-2-g8ddf604

by Werner Koch cvs at cvs.gnupg.org
Sat May 11 22:07:54 CEST 2013


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 GNU Privacy Guard".

The branch, STABLE-BRANCH-2-0 has been updated
       via  8ddf604659b93754ffa6dea295678a8adc293f90 (commit)
      from  9b8760233fa3416b0bda7db8ee8f4eaaaa8190a8 (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 8ddf604659b93754ffa6dea295678a8adc293f90
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 25 12:00:16 2013 +0100

    Fix syntax error for building on APPLE.
    
    * scd/pcsc-wrapper.c [__APPLE__]: Fix syntax error.
    --
    
    For W32 and probably for Cygwin we don't need the wrapper, thus the
    problems does not exhibit itself.

diff --git a/scd/pcsc-wrapper.c b/scd/pcsc-wrapper.c
index 7d9415a..f3d92ff 100644
--- a/scd/pcsc-wrapper.c
+++ b/scd/pcsc-wrapper.c
@@ -66,7 +66,7 @@
 static int verbose;
 
 #if defined(__APPLE__) || defined(_WIN32) || defined(__CYGWIN__)
-typedef unsinged int pcsc_dword_t;
+typedef unsigned int pcsc_dword_t;
 #else
 typedef unsigned long pcsc_dword_t;
 #endif

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

Summary of changes:
 scd/pcsc-wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list