Paul Vriens : winapi_stats: Remove a superfluous '</div>'.

Alexandre Julliard julliard at winehq.org
Thu Dec 11 16:50:02 CST 2008


Module: tools
Branch: master
Commit: e5416fac9d193476e5dbb52cb10bf2193e84fdc9
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=e5416fac9d193476e5dbb52cb10bf2193e84fdc9

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Thu Dec 11 13:24:57 2008 +0100

winapi_stats: Remove a superfluous '</div>'.

---

 winapi_stats |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winapi_stats b/winapi_stats
index 9de76e5..786017f 100755
--- a/winapi_stats
+++ b/winapi_stats
@@ -58,5 +58,5 @@ foreach my $dll (sort keys %stats)
 
 my $now = `date`;
 chomp $now;
-print "\n</table>\n</div>\n";
+print "\n</table>\n";
 print "<p>last modified: $now</p>\n";




More information about the wine-cvs mailing list