diff options
author | Werner Koch <[email protected]> | 2014-08-11 15:21:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-11 15:25:36 +0000 |
commit | 5860cc79389ac36501f92d1c781bd8aaf560a158 (patch) | |
tree | e6707ad2c8e738ec7c01f79b7cf95c0829481c18 | |
parent | po: Update Japanese translation. (diff) | |
download | gnupg-5860cc79389ac36501f92d1c781bd8aaf560a158.tar.gz gnupg-5860cc79389ac36501f92d1c781bd8aaf560a158.zip |
jnlib: Fix typo in header inclusion protection macro.
--
GnuPG-bug-id: 1669
-rw-r--r-- | jnlib/mischelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/mischelp.h b/jnlib/mischelp.h index e478354d1..dc17384eb 100644 --- a/jnlib/mischelp.h +++ b/jnlib/mischelp.h @@ -19,7 +19,7 @@ */ #ifndef LIBJNLIB_MISCHELP_H -#define LIBJNLIB_MISCHHELP_H +#define LIBJNLIB_MISCHELP_H /* Check whether the files NAME1 and NAME2 are identical. This is for |