jani            Mon Dec 17 08:52:30 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/exif   exif.c 
  Log:
  MFH:- Fix indent of macros
  
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.21&r2=1.173.2.5.2.22&diff_format=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.173.2.5.2.21 
php-src/ext/exif/exif.c:1.173.2.5.2.22
--- php-src/ext/exif/exif.c:1.173.2.5.2.21      Sun Dec 16 17:14:54 2007
+++ php-src/ext/exif/exif.c     Mon Dec 17 08:52:30 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.173.2.5.2.21 2007/12/16 17:14:54 iliaa Exp $ */
+/* $Id: exif.c,v 1.173.2.5.2.22 2007/12/17 08:52:30 jani Exp $ */
 
 /*  ToDos
  *
@@ -142,7 +142,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.173.2.5.2.21 2007/12/16 17:14:54 
iliaa Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.173.2.5.2.22 2007/12/17 08:52:30 
jani Exp $"
 
 /* {{{ PHP_MINFO_FUNCTION
  */
@@ -244,9 +244,9 @@
 /* {{{ exif dependencies */
 static const zend_module_dep exif_module_deps[] = {
        ZEND_MOD_REQUIRED("standard")
-       #if EXIF_USE_MBSTRING
+#if EXIF_USE_MBSTRING
        ZEND_MOD_REQUIRED("mbstring")
-       #endif
+#endif
        {NULL, NULL, NULL}
 };
 /* }}} */

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

Reply via email to