sniper Tue Apr 24 12:51:23 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/gd gd.c
Log:
- fix compile warning
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.23&r2=1.312.2.20.2.24&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.20.2.23 php-src/ext/gd/gd.c:1.312.2.20.2.24
--- php-src/ext/gd/gd.c:1.312.2.20.2.23 Tue Apr 17 15:44:23 2007
+++ php-src/ext/gd/gd.c Tue Apr 24 12:51:22 2007
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: gd.c,v 1.312.2.20.2.23 2007/04/17 15:44:23 bjori Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.24 2007/04/24 12:51:22 sniper Exp $ */
/* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
Cold Spring Harbor Labs. */
@@ -2236,7 +2236,7 @@
}
}
/* }}} */
-#endif PHP_WIN32
+#endif /* PHP_WIN32 */
#ifdef HAVE_GD_BUNDLED
/* {{{ proto resource imagerotate(resource src_im, float angle, int bgdcolor
[, int ignoretransparent])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php