diff options
| author | Felipe Pena <felipe@php.net> | 2008-06-23 17:28:06 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-06-23 17:28:06 +0000 |
| commit | f2d0da3c293d457d7ec503c65bc2247798fb0019 (patch) | |
| tree | 0a24c5a573956dc21b8c85459efb7d443348faf7 /ext/tokenizer/tokenizer.c | |
| parent | ca0166605c1e4eba6d73d03419dca167200e8a42 (diff) | |
| download | php-git-f2d0da3c293d457d7ec503c65bc2247798fb0019.tar.gz | |
- Fixed folding
Diffstat (limited to 'ext/tokenizer/tokenizer.c')
| -rw-r--r-- | ext/tokenizer/tokenizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index 8096a4f6e7..619f983ac0 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -45,7 +45,7 @@ static ZEND_BEGIN_ARG_INFO_EX(arginfo_token_name, 0, 0, 1) ZEND_ARG_INFO(0, token) ZEND_END_ARG_INFO() - +/* }}} */ /* {{{ tokenizer_functions[] * |
