Add a missing semicolon

git-svn-id: svn://10.0.0.236/trunk@142559 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2003-05-16 20:59:20 +00:00
parent cd4c3c23d6
commit b31897b6b3
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ if ($status != 0) {
if ($errmsg ne "") {
print "\nERROR: DOM SERIALIZER TEST FAILED: $errmsg\n";
print "See http://www.mozilla.org/editor/serializer-tests.html for help.\n"
print "See http://www.mozilla.org/editor/serializer-tests.html for help.\n";
exit 1
} else {
print "DOM SERIALIZER TESTS SUCCEEDED\n";