aboutsummaryrefslogtreecommitdiffstats
path: root/src/ath.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2009-12-08 04:07:57 +0000
committerMarcus Brinkmann <[email protected]>2009-12-08 04:07:57 +0000
commit24169052c164a238c5799baaa070a8955176c94c (patch)
tree6ec398b9f6646fd20a5004ca618ddae2be211b10 /src/ath.c
parentSmall portability fix (diff)
downloadgpgme-24169052c164a238c5799baaa070a8955176c94c.tar.gz
gpgme-24169052c164a238c5799baaa070a8955176c94c.zip
2009-12-08 Marcus Brinkmann <[email protected]>
* ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
Diffstat (limited to 'src/ath.c')
-rw-r--r--src/ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ath.c b/src/ath.c
index afc5530e..803dedbb 100644
--- 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