Commit ab5a3eb5 authored by dmose%mozilla.org's avatar dmose%mozilla.org

Fixed a typo that was causing Perl to abort before printing the HTML

footer when a certain database inconsistency was detected.
parent e0195342
......@@ -456,7 +456,7 @@ sub make_options {
}
print "<pre>src = " . value_quote(join(' ', @$src)) . "\n";
print "default = " . value_quote($default) . "</pre>";
Putfooter();
PutFooter();
# confess "Gulp.";
exit 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment