]> granicus.if.org Git - php/commitdiff
Fixed tab positions
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 23 Nov 2002 11:26:13 +0000 (11:26 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 23 Nov 2002 11:26:13 +0000 (11:26 +0000)
# a bit too late to be notified :)

ext/gd/gd.c

index f9a48029e79719de2d98e2afd52da5d245651f50..22ea92b9c1c62666fa73c02da6f3374b6b62290c 100644 (file)
@@ -1814,12 +1814,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);