]> granicus.if.org Git - php/commitdiff
Fixed a stray 'in the test
authorGwynne Raskind <gwynne@php.net>
Thu, 2 Jul 2009 10:02:38 +0000 (10:02 +0000)
committerGwynne Raskind <gwynne@php.net>
Thu, 2 Jul 2009 10:02:38 +0000 (10:02 +0000)
ext/gd/tests/jpeg2wbmp_error1.phpt

index b6514de8ba9cb5d86ba93f1cafedab6d73e58cb0..d0496cc82bd6be6de5b21959be3847ec09793164 100755 (executable)
@@ -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