This commit is contained in:
Howard Chu 2003-01-23 03:35:31 +00:00
parent caeb6fc1f0
commit 60d621fc04

View file

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