Remove double ;.

This commit is contained in:
Michael Drake 2012-10-16 18:36:34 +01:00
parent 88dd7c3709
commit e2bde3482b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ bool libdom_treewalk(dom_node *root,
void *ctx)
{
dom_node *node;
bool result = true;;
bool result = true;
node = dom_node_ref(root); /* tree root */