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 };