diff options
author | Marcus Brinkmann <[email protected]> | 2009-12-08 04:07:57 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-12-08 04:07:57 +0000 |
commit | 24169052c164a238c5799baaa070a8955176c94c (patch) | |
tree | 6ec398b9f6646fd20a5004ca618ddae2be211b10 /src/ath.c | |
parent | Small portability fix (diff) | |
download | gpgme-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ uintptr_t ath_self (void) { - return (uintptr_t) GetCurrentThreadID (); + return (uintptr_t) GetCurrentThreadId (); } #else # ifdef __linux |