[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-53-g4b41cf3
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Nov 13 04:01:53 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via 4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7 (commit)
from 8ed48537de2b141a8f2050b15a65775374f1aa79 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Nov 13 11:50:26 2018 +0900
Fix typo in the annotation.
* src/init.c [DLL_EXPORT] (DllMain): Fix typo.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/init.c b/src/init.c
index 81ebd0f..f104ec4 100644
--- a/src/init.c
+++ b/src/init.c
@@ -580,7 +580,7 @@ DllMain (HINSTANCE hinst, DWORD reason, LPVOID reserved)
/* If we have not constructors (e.g. MSC) we call it here. */
_gpg_w32__init_gettext_module ();
#endif
- /* falltru. */
+ /* fallthru. */
case DLL_THREAD_ATTACH:
tls = LocalAlloc (LPTR, sizeof *tls);
if (!tls)
-----------------------------------------------------------------------
Summary of changes:
src/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list