]> granicus.if.org Git - php/commitdiff
ws fix
authorfoobar <sniper@php.net>
Sat, 23 Nov 2002 19:20:44 +0000 (19:20 +0000)
committerfoobar <sniper@php.net>
Sat, 23 Nov 2002 19:20:44 +0000 (19:20 +0000)
ext/gd/gd.c

index 41f4991bc66cfa5d9618a09a448ba564f411d813..f2bee0bd45938359246a2945e05a17f2a217c739 100644 (file)
@@ -1867,12 +1867,12 @@ PHP_FUNCTION(imagecolordeallocate)
 
        ZEND_FETCH_RESOURCE(im, gdImagePtr, IM, -1, "Image", le_gd);
 
-#      if HAVE_LIBGD20
+#if HAVE_LIBGD20
        /* We can return right away for a truecolor image as deallocating colours is meaningless here */
        if (gdImageTrueColor(im)) {
                RETURN_TRUE;
        }
-#      endif
+#endif
 
        convert_to_long_ex(index);
        col = Z_LVAL_PP(index);