]> granicus.if.org Git - php/commitdiff
MFB: removing the crashbug on windows
authorfoobar <sniper@php.net>
Tue, 13 May 2003 22:09:18 +0000 (22:09 +0000)
committerfoobar <sniper@php.net>
Tue, 13 May 2003 22:09:18 +0000 (22:09 +0000)
ext/fdf/fdf.c

index fdd477b96a219f61a40c535882268427966ed63d..95e86985259e1a6b66b0bf317c9b93ea0ca5bdfa 100644 (file)
@@ -177,8 +177,8 @@ PHP_MINIT_FUNCTION(fdf)
 /* }}} */
 
 /* {{{ RINIT */
-PHP_RINIT_FUNCTION(fdf) {
-       FDF_G(error) = FDFErcOK;
+PHP_RINIT_FUNCTION(fdf)
+{
        return SUCCESS;
 }
 /* }}} */