[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-193-ge14087c



The following commit has been merged in the lab-refactor branch:
commit da9fd2d4a9abe594bd365f004b6bcb68ffaa0a5f
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Nov 4 21:52:38 2011 +0100

    Added missing semi-colon to r/html_reports
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/reporting/html_reports b/reporting/html_reports
index 8422c73..00aed20 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -337,7 +337,7 @@ $source_info->visit_all (sub {
 # Done with the lab and its metadata
 $LAB->close;
 undef $LAB;
-undef $source_info
+undef $source_info;
 
 
 # Now, walk through the tags by source package (sorted by maintainer).  Output

-- 
Debian package checker


Reply to: