2009-12-08 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 8 Dec 2009 04:07:57 +0000 (04:07 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 8 Dec 2009 04:07:57 +0000 (04:07 +0000)
* ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.

src/ChangeLog
src/ath.c

index ca931a550a8c90a2da5c7788c232ecedef15dba8..62671a84c88152f4e180cc8c6ba6537136a47ebd 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-08  Marcus Brinkmann  <marcus@g10code.de>
+
+       * ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
+
 2009-12-02  Werner Koch  <wk@g10code.com>
 
        * gpgconf.c (gpgme_conf_arg_release): No return in a function
index afc5530e161095c1f16ee188feb30c2df023a595..803dedbb9e4e8229cb943c95d66767e2ed9006a6 100644 (file)
--- a/src/ath.c
+++ b/src/ath.c
@@ -47,7 +47,7 @@
 uintptr_t
 ath_self (void)
 {
-  return (uintptr_t) GetCurrentThreadID ();
+  return (uintptr_t) GetCurrentThreadId ();
 }
 #else
 # ifdef __linux