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:
dmose%mozilla.org 2000-04-27 23:12:44 +00:00
Родитель 3139fc8b19
Коммит bd72933797
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;