mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
Fix typo
This commit is contained in:
parent
caeb6fc1f0
commit
60d621fc04
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ struct ber_mem_hdr {
|
|||
};
|
||||
|
||||
/* Pattern at top of allocated space */
|
||||
#define LLBER_MEM_JUNK 0xdeaddadaU
|
||||
#define LBER_MEM_JUNK 0xdeaddadaU
|
||||
|
||||
static const struct ber_mem_hdr ber_int_mem_hdr = { LBER_MEM_JUNK, 0, 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue