From: Howard Chu Date: Thu, 23 Jan 2003 03:35:31 +0000 (+0000) Subject: Fix typo X-Git-Tag: NO_SLAP_OP_BLOCKS~531 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60d621fc044454f669164c2b8e023863517b234e;p=openldap Fix typo --- diff --git a/libraries/liblber/memory.c b/libraries/liblber/memory.c index 71e61ca127..5b90650868 100644 --- a/libraries/liblber/memory.c +++ b/libraries/liblber/memory.c @@ -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 };