diff options
author | setser <setser@yandex-team.ru> | 2022-05-09 00:13:37 +0300 |
---|---|---|
committer | setser <setser@yandex-team.ru> | 2022-05-09 00:13:37 +0300 |
commit | e87e3fc8d0e04eb7ba3eee221bb91613b527ad85 (patch) | |
tree | 5279c128bdbdf902b9a08d9fae8e55b91910a553 /contrib/libs/libxml/xmlmemory.c | |
parent | f4f3e4024a1f32bd0bc3fa20239025a1b179e42d (diff) | |
download | ydb-e87e3fc8d0e04eb7ba3eee221bb91613b527ad85.tar.gz |
Update libxml to 2.9.13
ref:f572491d236694e847142c36f0f5546c649e05d7
Diffstat (limited to 'contrib/libs/libxml/xmlmemory.c')
-rw-r--r-- | contrib/libs/libxml/xmlmemory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libxml/xmlmemory.c b/contrib/libs/libxml/xmlmemory.c index 6f16c4b3ca..e0b2531a98 100644 --- a/contrib/libs/libxml/xmlmemory.c +++ b/contrib/libs/libxml/xmlmemory.c @@ -75,10 +75,10 @@ void xmlMallocBreakpoint(void); #endif /* - * Each of the blocks allocated begin with a header containing informations + * Each of the blocks allocated begin with a header containing information */ -#define MEMTAG 0x5aa5 +#define MEMTAG 0x5aa5U #define MALLOC_TYPE 1 #define REALLOC_TYPE 2 |