[svn] gpgme - r1437 - trunk/src
svn author marcus
cvs at cvs.gnupg.org
Tue Dec 8 05:07:58 CET 2009
Author: marcus
Date: 2009-12-08 05:07:57 +0100 (Tue, 08 Dec 2009)
New Revision: 1437
Modified:
trunk/src/ChangeLog
trunk/src/ath.c
Log:
2009-12-08 Marcus Brinkmann <marcus at g10code.de>
* ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2009-12-02 09:49:56 UTC (rev 1436)
+++ trunk/src/ChangeLog 2009-12-08 04:07:57 UTC (rev 1437)
@@ -1,3 +1,7 @@
+2009-12-08 Marcus Brinkmann <marcus at g10code.de>
+
+ * ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
+
2009-12-02 Werner Koch <wk at g10code.com>
* gpgconf.c (gpgme_conf_arg_release): No return in a function
Modified: trunk/src/ath.c
===================================================================
--- trunk/src/ath.c 2009-12-02 09:49:56 UTC (rev 1436)
+++ trunk/src/ath.c 2009-12-08 04:07:57 UTC (rev 1437)
@@ -47,7 +47,7 @@
uintptr_t
ath_self (void)
{
- return (uintptr_t) GetCurrentThreadID ();
+ return (uintptr_t) GetCurrentThreadId ();
}
#else
# ifdef __linux
More information about the Gnupg-commits
mailing list