diff options
| author | foobar <sniper@php.net> | 2006-07-23 23:55:46 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2006-07-23 23:55:46 +0000 |
| commit | 25f06142c2d6b9cdc310f6cbdf1b8d973c8d83c3 (patch) | |
| tree | 27db92fafc137a37f57bc1b04645c77ce1ca5805 /ext/fdf | |
| parent | 93c0ddb2f39f5c81df81db13a8ddadb030059878 (diff) | |
| download | php-git-25f06142c2d6b9cdc310f6cbdf1b8d973c8d83c3.tar.gz | |
MFH: cleanup after lazy people
Diffstat (limited to 'ext/fdf')
| -rw-r--r-- | ext/fdf/fdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 03d59bf94d..e991d4cf34 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -269,7 +269,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_fdf_enum_values, 0, 0, 2) ZEND_END_ARG_INFO() static -ZEND_BEGIN_ARG_INFO_EX(arginfo_fdf_header, 0) +ZEND_BEGIN_ARG_INFO(arginfo_fdf_header, 0) ZEND_END_ARG_INFO() /* }}} */ |
