summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-13 22:10:27 +0000
committerfoobar <sniper@php.net>2003-05-13 22:10:27 +0000
commit057d36b789ea8f90eb35a097d8a2cef6a284a573 (patch)
treea346b82eeef3548d954d6c05d6a35205e300f0c9
parentb811d30a74c6661c1ec72b7bd85dfc7fe3bde9d2 (diff)
downloadphp-git-057d36b789ea8f90eb35a097d8a2cef6a284a573.tar.gz
MFH
-rw-r--r--ext/fdf/fdf.c3
1 files changed, 2 insertions, 1 deletions
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;
}
/* }}} */