From 057d36b789ea8f90eb35a097d8a2cef6a284a573 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 13 May 2003 22:10:27 +0000 Subject: [PATCH] MFH --- ext/fdf/fdf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } /* }}} */ -- 2.50.1