From 60d621fc044454f669164c2b8e023863517b234e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 23 Jan 2003 03:35:31 +0000 Subject: [PATCH] Fix typo --- libraries/liblber/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.5