Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorlex <lexinhell@gmail.com>2016-02-29 16:23:19 +0300
committerlex <lexinhell@gmail.com>2016-02-29 16:23:19 +0300
commit9b11b5c463b9035e46037d9d6acb1095e0d001cf (patch)
treecf1c869a739f3dd19bc7072a1a25e4e1db5e4d19 /xs
parent62a42a38a6c3b8e6d58dfee4c602118ba64290e6 (diff)
Fixed compile problem
Diffstat (limited to 'xs')
-rwxr-xr-xxs/tree_node.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/tree_node.xs b/xs/tree_node.xs
index 24b02f8..2a1350c 100755
--- a/xs/tree_node.xs
+++ b/xs/tree_node.xs
@@ -301,7 +301,7 @@ print(node, tree, fh, inc)
#=sort 23
void
-print_childs(node, tree, fh, inc)
+print_children(node, tree, fh, inc)
HTML::MyHTML::Tree::Node node;
HTML::MyHTML::Tree tree;
FILE* fh;