diff options
| author | Marcus Boerger <helly@php.net> | 2008-01-27 15:04:41 +0000 | 
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2008-01-27 15:04:41 +0000 | 
| commit | 6b778b0def8bccaaa6c6fea364b4e937ba0730c2 (patch) | |
| tree | 7204b6d2b197321c649bcac0e44f30a15294324b /ext/tidy/tidy.c | |
| parent | bfe7a47b1551b0b3e64438ef83556587f17a058c (diff) | |
| download | php-git-6b778b0def8bccaaa6c6fea364b4e937ba0730c2.tar.gz | |
- MFH revert over constfying
Diffstat (limited to 'ext/tidy/tidy.c')
| -rw-r--r-- | ext/tidy/tidy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 5c51940d52..c259ec7ddd 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -351,7 +351,7 @@ static zend_class_entry *tidy_ce_doc, *tidy_ce_node;  static zend_object_handlers tidy_object_handlers_doc;  static zend_object_handlers tidy_object_handlers_node; -const zend_module_entry tidy_module_entry = { +zend_module_entry tidy_module_entry = {  	STANDARD_MODULE_HEADER,  	"tidy",  	tidy_functions,  | 
