From: Derick Rethans Date: Sun, 18 Apr 2004 14:04:48 +0000 (+0000) Subject: - Whitespace X-Git-Tag: php-5.0.0RC2RC2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abff9671fb158c44bd6a456e7cdefc94f4e6955e;p=php - Whitespace --- diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 94ea39d3fa..35bf4279b7 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -216,8 +216,8 @@ ZEND_GET_MODULE(mcrypt) #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a) PHP_INI_BEGIN() - STD_PHP_INI_ENTRY("mcrypt.algorithms_dir", NULL, PHP_INI_ALL, OnUpdateString, algorithms_dir, zend_mcrypt_globals, mcrypt_globals) - STD_PHP_INI_ENTRY("mcrypt.modes_dir", NULL, PHP_INI_ALL, OnUpdateString, modes_dir, zend_mcrypt_globals, mcrypt_globals) + STD_PHP_INI_ENTRY("mcrypt.algorithms_dir", NULL, PHP_INI_ALL, OnUpdateString, algorithms_dir, zend_mcrypt_globals, mcrypt_globals) + STD_PHP_INI_ENTRY("mcrypt.modes_dir", NULL, PHP_INI_ALL, OnUpdateString, modes_dir, zend_mcrypt_globals, mcrypt_globals) PHP_INI_END() static void php_mcrypt_module_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)