From: foobar Date: Tue, 13 May 2003 22:10:27 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC3~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=057d36b789ea8f90eb35a097d8a2cef6a284a573;p=php MFH --- diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 09ebbe9a70..95e8698525 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -177,7 +177,8 @@ PHP_MINIT_FUNCTION(fdf) /* }}} */ /* {{{ RINIT */ -PHP_RINIT_FUNCTION(fdf) { +PHP_RINIT_FUNCTION(fdf) +{ return SUCCESS; } /* }}} */