From: Jani Taskinen Date: Fri, 28 Sep 2007 12:52:12 +0000 (+0000) Subject: - Fix compiler warning X-Git-Tag: RELEASE_2_0_0a1~1726 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9026a201a379dbb8993e444936648441d694cd59;p=php - Fix compiler warning --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 26f3199d60..f62c31054a 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -2040,7 +2040,7 @@ PHP_FUNCTION(imagegrabscreen) } } /* }}} */ -#endif PHP_WIN32 +#endif /* PHP_WIN32 */ #ifdef HAVE_GD_BUNDLED /* {{{ proto resource imagerotate(resource src_im, float angle, int bgdcolor [, int ignoretransparent]) U