The following commit has been merged in the lab-refactor branch:
commit da9fd2d4a9abe594bd365f004b6bcb68ffaa0a5f
Author: Niels Thykier <[email protected]>
Date:   Fri Nov 4 21:52:38 2011 +0100

    Added missing semi-colon to r/html_reports
    
    Signed-off-by: Niels Thykier <[email protected]>

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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to