commenting main routine

This commit is contained in:
mcafee%netscape.com 2001-12-16 00:23:09 +00:00
parent e16af41548
commit a8ab38a1d2

View File

@ -240,6 +240,8 @@ sub show_graph {
print "</body>\n";
}
# main
{
if(!$TESTNAME) {
print_testnames($TBOX, $AUTOSCALE, $DAYS, $UNITS, $LTYPE, $POINTS);
} elsif(!$TBOX) {
@ -247,6 +249,7 @@ if(!$TESTNAME) {
} else {
show_graph();
}
}
exit 0;