mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Fixed a typo that was causing Perl to abort before printing the HTML
footer when a certain database inconsistency was detected.
This commit is contained in:
parent
3139fc8b19
commit
bd72933797
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user