summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2006-07-23 23:55:46 +0000
committerfoobar <sniper@php.net>2006-07-23 23:55:46 +0000
commit25f06142c2d6b9cdc310f6cbdf1b8d973c8d83c3 (patch)
tree27db92fafc137a37f57bc1b04645c77ce1ca5805
parent93c0ddb2f39f5c81df81db13a8ddadb030059878 (diff)
downloadphp-git-25f06142c2d6b9cdc310f6cbdf1b8d973c8d83c3.tar.gz
MFH: cleanup after lazy people
-rw-r--r--ext/fdf/fdf.c2
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()
/* }}} */