derick          Sun Apr 18 10:04:49 2004 EDT

  Modified files:              
    /php-src/ext/mcrypt mcrypt.c 
  Log:
  - Whitespace
  
  
http://cvs.php.net/diff.php/php-src/ext/mcrypt/mcrypt.c?r1=1.89&r2=1.90&ty=u
Index: php-src/ext/mcrypt/mcrypt.c
diff -u php-src/ext/mcrypt/mcrypt.c:1.89 php-src/ext/mcrypt/mcrypt.c:1.90
--- php-src/ext/mcrypt/mcrypt.c:1.89    Thu Jan  8 03:16:00 2004
+++ php-src/ext/mcrypt/mcrypt.c Sun Apr 18 10:04:48 2004
@@ -16,7 +16,7 @@
    |          Derick Rethans <[EMAIL PROTECTED]>                    |
    +----------------------------------------------------------------------+
  */
-/* $Id: mcrypt.c,v 1.89 2004/01/08 08:16:00 andi Exp $ */
+/* $Id: mcrypt.c,v 1.90 2004/04/18 14:04:48 derick Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -216,8 +216,8 @@
 #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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to