From: Ilia Alshanetsky Date: Sat, 7 Oct 2006 18:12:04 +0000 (+0000) Subject: Fixed build X-Git-Tag: RELEASE_1_0_0RC1~1368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf92fa9569346ac44cd90eb81d76682e51587ec9;p=php Fixed build --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 08443c4484..15f8096ab9 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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 */