]> git.sesse.net Git - xml-template/commitdiff
Fix a syntax error.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 13:54:45 +0000 (15:54 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 13:54:45 +0000 (15:54 +0200)
tests/xml-diff.pl

index 82154ae5528aea7428e81d01ecef22e60328646a..ad1a2c7cce2eb6edfe9f4f275edf888c4295cff3 100644 (file)
@@ -24,7 +24,7 @@ sub compare {
 
        if ($n1->getNodeType != $n2->getNodeType) {
                printf STDERR "Node types don't match (%u vs. %u)\n",
-                       $n1->getNodeType, $n2->getNodeType);
+                       $n1->getNodeType, $n2->getNodeType;
                exit(1);
        }