diff options
-rw-r--r-- | ext/fdf/php_fdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |