diff options
author | Chuck Hagenbuch <chagenbu@php.net> | 2001-05-02 17:46:44 +0000 |
---|---|---|
committer | Chuck Hagenbuch <chagenbu@php.net> | 2001-05-02 17:46:44 +0000 |
commit | ec1f342fac50916a4caf0c1a88a44b4a2bb9658d (patch) | |
tree | 095da4a8239f9b77642943e7b8070bceff90364d /ext/imap/php_imap.c | |
parent | 0ae4591ea27f9e0d45fe35810d193dcbceb35062 (diff) | |
download | php-git-ec1f342fac50916a4caf0c1a88a44b4a2bb9658d.tar.gz |
fix whitespace pollution
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 21e254d08c..53486dc35e 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -445,7 +445,7 @@ PHP_MINIT_FUNCTION(imap) mail_link(&newsdriver); /* link in the news driver */ mail_link(&philedriver); /* link in the phile driver */ auth_link(&auth_log); /* link in the log authenticator */ - auth_link(&auth_md5); /* link in the cram-md5 authenticator */ + auth_link(&auth_md5); /* link in the cram-md5 authenticator */ #ifdef HAVE_IMAP_SSL ssl_onceonlyinit (); auth_link (&auth_ssl); /* link in the ssl authenticator */ |