From 5bb19f7a9cbd474cb7dec223a603edc856a11df7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 6 Jul 2000 14:56:52 +0000 Subject: [PATCH] - still an error in my last patch (thanks Andi) --- ext/fdf/php_fdf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index 3d9d9b40b0..219ed78ef6 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -60,7 +60,7 @@ PHP_FUNCTION(fdf_set_file); PHP_FUNCTION(fdf_get_file); PHP_FUNCTION(fdf_add_template); #else -#define phpext_fdf_ptr NULL +#define fdf_module_ptr NULL #endif #define phpext_fdf_ptr fdf_module_ptr #endif /* PHP_FDF_H */ -- 2.50.1