diff options
author | Uwe Steinmann <steinm@php.net> | 2000-07-06 14:56:52 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-07-06 14:56:52 +0000 |
commit | 5bb19f7a9cbd474cb7dec223a603edc856a11df7 (patch) | |
tree | 0ce3b230fa66be814620cd11cd62942165d31fc7 /ext | |
parent | 3247b9a2075f9763bedf9a3f9e5c764c3e461663 (diff) | |
download | php-git-5bb19f7a9cbd474cb7dec223a603edc856a11df7.tar.gz |
- still an error in my last patch (thanks Andi)
Diffstat (limited to 'ext')
-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 */ |