diff options
author | NIIBE Yutaka <[email protected]> | 2018-11-13 02:50:26 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-11-13 02:50:26 +0000 |
commit | 4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7 (patch) | |
tree | 054b212e0f47c386096985f54f0089bdb03008d5 | |
parent | gpgrt.m4: Don't support --with-*-prefix or SYSROOT. (diff) | |
download | libgpg-error-4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7.tar.gz libgpg-error-4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7.zip |
Fix typo in the annotation.
* src/init.c [DLL_EXPORT] (DllMain): Fix typo.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |