- bossa typo

svn path=/trunk/boinc/; revision=16555
This commit is contained in:
David Anderson 2008-11-25 02:56:55 +00:00
parent c9fe262b62
commit 608b6c750d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ for ($i=0; $i<$nfiles; $i++) {
$case = make_test_case($ellipse_frac);
$f = fopen($anspath, 'w');
fwrite($f, serialize($case));
fclose(f);
fclose($f);
imagepng(make_image($case), $path);
}