summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-04-29 13:06:00 +0000
committerAndi Gutmans <andi@php.net>2001-04-29 13:06:00 +0000
commitb63bcebc6e44646a1181948ba25b2ca3a7f5f314 (patch)
tree5544f52467cfee0c09b0bbd381658cacf6d26698 /Zend/zend_alloc.h
parent277ab5f2232c086e6a4a516c7ec4c64f963f8051 (diff)
downloadphp-git-b63bcebc6e44646a1181948ba25b2ca3a7f5f314.tar.gz
- Whitespace
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r--Zend/zend_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h
index 4ecb28eb0a..964e2e4ce2 100644
--- a/Zend/zend_alloc.h
+++ b/Zend/zend_alloc.h
@@ -30,7 +30,7 @@
#include "zend_globals_macros.h"
#define MEM_BLOCK_START_MAGIC 0x7312F8DCL
-#define MEM_BLOCK_END_MAGIC 0x2A8FCC84L
+#define MEM_BLOCK_END_MAGIC 0x2A8FCC84L
#define MEM_BLOCK_FREED_MAGIC 0x99954317L
#define MEM_BLOCK_CACHED_MAGIC 0xFB8277DCL