diff options
| author | Your Name <william.betts@gmail.com> | 2012-05-27 15:39:45 -0700 |
|---|---|---|
| committer | Your Name <william.betts@gmail.com> | 2012-05-27 15:39:45 -0700 |
| commit | 60c47285941490a5cc91aada4a7f0cfbbc42561d (patch) | |
| tree | 0aada2a79419f0ac2369523cd63d5e6f2705fe2c | |
| parent | 0667da8cb42d7df70175b47a910ae127d5cf6246 (diff) | |
| download | php-git-60c47285941490a5cc91aada4a7f0cfbbc42561d.tar.gz | |
VIM uses spaces as tabs and that doesn't comply with the coding
standard. I think I'd fixed it so it's using real tabs now.
| -rw-r--r-- | ext/curl/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c index c066d6be0e..14836cc5ab 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -2219,7 +2219,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue, zval *retu case CURLOPT_DNS_SERVERS: #endif #if LIBCURL_VERSION_NUM >= 0x071900 /* Available since 7.25.0 */ - case CURLOPT_MAIL_AUTH: + case CURLOPT_MAIL_AUTH: #endif { #if LIBCURL_VERSION_NUM < 0x071100 |
