From 608b6c750d495c2adfb341313dfa60cfaaf8dd8c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 25 Nov 2008 02:56:55 +0000 Subject: [PATCH] - bossa typo svn path=/trunk/boinc/; revision=16555 --- html/ops/bossa_example_make_files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ops/bossa_example_make_files.php b/html/ops/bossa_example_make_files.php index eaa3b05b2e..e0aaf6866b 100644 --- a/html/ops/bossa_example_make_files.php +++ b/html/ops/bossa_example_make_files.php @@ -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); }