diff options
author | Werner Koch <wk@gnupg.org> | 2014-08-11 17:21:07 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-08-11 17:22:47 +0200 |
commit | e30e5381bd3048febecf37dc3c273962453152dd (patch) | |
tree | e8456ffdc8dea0072206d826a53849a0b4c664f5 /common/mischelp.h | |
parent | po: Update Japanese translation. (diff) | |
download | gnupg2-e30e5381bd3048febecf37dc3c273962453152dd.tar.xz gnupg2-e30e5381bd3048febecf37dc3c273962453152dd.zip |
common: Fix typo in header inclusion protection macro.
--
GnuPG-bug-id: 1669
Diffstat (limited to 'common/mischelp.h')
-rw-r--r-- | common/mischelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mischelp.h b/common/mischelp.h index 884e86158..33739e8bd 100644 --- a/common/mischelp.h +++ b/common/mischelp.h @@ -30,7 +30,7 @@ */ #ifndef LIBJNLIB_MISCHELP_H -#define LIBJNLIB_MISCHHELP_H +#define LIBJNLIB_MISCHELP_H /* Because we can't use the internal jnlib_free macro in inline |