3.0: added a missing final 'return'

This commit is contained in:
Jordi Sanfeliu 2012-12-05 13:21:41 +01:00
parent 408b3d25cf
commit 4b083454be
1 changed files with 1 additions and 0 deletions

View File

@ -620,6 +620,7 @@ sub nvidia_cgi {
main::graph_footer();
}
print(" <br>\n");
return;
}
1;