projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd1218
)
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
author
Marcus Brinkmann
<mb@g10code.com>
Tue, 8 Dec 2009 04:07:57 +0000
(
04:07
+0000)
committer
Marcus 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
patch
|
blob
|
history
src/ath.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ca931a550a8c90a2da5c7788c232ecedef15dba8..62671a84c88152f4e180cc8c6ba6537136a47ebd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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
diff --git
a/src/ath.c
b/src/ath.c
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) GetCurrentThreadI
D
();
+ return (uintptr_t) GetCurrentThreadI
d
();
}
#else
# ifdef __linux