summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/gd/tests/jpeg2wbmp_error1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/jpeg2wbmp_error1.phpt b/ext/gd/tests/jpeg2wbmp_error1.phpt
index b6514de8ba..d0496cc82b 100755
--- a/ext/gd/tests/jpeg2wbmp_error1.phpt
+++ b/ext/gd/tests/jpeg2wbmp_error1.phpt
@@ -29,7 +29,7 @@ imagejpeg($im, $file);
imagedestroy($im);
jpeg2wbmp($file, $file2, 20, 120, 9);
-jpeg2wbmp($file', $file2, 20, 120, -1);
+jpeg2wbmp($file, $file2, 20, 120, -1);
?>
--EXPECTF--
Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d