summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libxml/src/xmlmemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/xmlmemory.c')
-rw-r--r--chromium/third_party/libxml/src/xmlmemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/libxml/src/xmlmemory.c b/chromium/third_party/libxml/src/xmlmemory.c
index c51f49ae67c..e0b2531a982 100644
--- a/chromium/third_party/libxml/src/xmlmemory.c
+++ b/chromium/third_party/libxml/src/xmlmemory.c
@@ -78,7 +78,7 @@ void xmlMallocBreakpoint(void);
* 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