diff options
author | Sterling Hughes <sterling@php.net> | 2001-05-27 01:16:45 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-05-27 01:16:45 +0000 |
commit | 43865fb3c2cb7da94023c4784b46f4b9b9efc95c (patch) | |
tree | 31024deb3c05ee9624a5a3981a39317dd1ec6db5 | |
parent | 1b20eacd215ce179ab51843a9a25dc2e3c7e1152 (diff) | |
download | php-git-43865fb3c2cb7da94023c4784b46f4b9b9efc95c.tar.gz |
.
-rw-r--r-- | ext/curl/curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/curl.c b/ext/curl/curl.c index 1c15c7a828..65016ec6cf 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -42,7 +42,7 @@ #include "php_curl.h" static int le_curl; -#define le_curl_name "cURL handle"; +#define le_curl_name "cURL handle" static void _php_curl_close(zend_rsrc_list_entry *rsrc); |