]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Thu, 23 Jan 2003 03:35:31 +0000 (03:35 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Jan 2003 03:35:31 +0000 (03:35 +0000)
libraries/liblber/memory.c

index 71e61ca1270e9ec6ccef92d102fcb80b2c187751..5b90650868ba19b1f64f7813d2f3e7144b38c6f8 100644 (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 };