jani            Mon Dec 17 08:51:58 2007 UTC

  Modified files:              
    /php-src/ext/exif   exif.c 
  Log:
  - Fix indent of macros
  
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.197&r2=1.198&diff_format=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.197 php-src/ext/exif/exif.c:1.198
--- php-src/ext/exif/exif.c:1.197       Sun Dec 16 17:15:05 2007
+++ php-src/ext/exif/exif.c     Mon Dec 17 08:51:58 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.197 2007/12/16 17:15:05 iliaa Exp $ */
+/* $Id: exif.c,v 1.198 2007/12/17 08:51:58 jani Exp $ */
 
 /*  ToDos
  *
@@ -142,7 +142,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.197 2007/12/16 17:15:05 iliaa Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.198 2007/12/17 08:51:58 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