From b26cd6839ad9a8f159cc3cb79339851678aa774a Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Thu, 2 Jul 2009 10:02:38 +0000 Subject: Fixed a stray 'in the test --- ext/gd/tests/jpeg2wbmp_error1.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1