]> granicus.if.org Git - php/commitdiff
Fixed build
authorIlia Alshanetsky <iliaa@php.net>
Sat, 7 Oct 2006 18:12:04 +0000 (18:12 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 7 Oct 2006 18:12:04 +0000 (18:12 +0000)
ext/gd/gd.c

index 08443c4484b3cf97f3eeb7d814cc031558ffdf72..15f8096ab97ca5f86763afe1902406771a721ca7 100644 (file)
@@ -3770,7 +3770,7 @@ PHP_FUNCTION(imagepsslantfont)
 
        ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font);
 
-       if (T1_SlantFont(*f_ind, slt) != 0) {
+       if (T1_SlantFont(*f_ind, slant) != 0) {
                RETURN_FALSE;
        }
 
@@ -4179,7 +4179,7 @@ static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type )
                                php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest);
                                goto convert_done;
                        }
-รข                      break;
+                       break;
 #endif /* HAVE_GD_JPG */