[Tools] winetest: Add a missing </tr> tag.

Francois Gouget fgouget at free.fr
Mon Mar 10 07:59:11 CDT 2008


---
 winetest/gather |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index a40c2f6..bda1f95 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -411,6 +411,9 @@ EOF
         <a href="$alltests{$testname}">$testname</a></td>
 EOF
         singletest ($_, $testname, $group->{name}) foreach (@{$group->{tests}});
+    print OUT <<"EOF";
+    </tr>
+EOF
     }
     print OUT <<"EOF";
   </tbody>
-- 
1.5.4.1




More information about the wine-patches mailing list