summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index e70da5d4d..a0f667af3 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -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;