1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

fix whitespace pollution

This commit is contained in:
Chuck Hagenbuch
2001-05-02 17:46:44 +00:00
parent 0ae4591ea2
commit ec1f342fac
+1 -1
View File
@@ -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 */