From 848c41de94e3205f8b7458be1c4786ad5fb9b9fb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 5 Feb 2016 18:07:59 +0000 Subject: Cleanup: Remove odd declaration of callback outside header guard. --- src/html/html_tablesection_element.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/html_tablesection_element.c') diff --git a/src/html/html_tablesection_element.c b/src/html/html_tablesection_element.c index e17c86c..1ffe102 100644 --- a/src/html/html_tablesection_element.c +++ b/src/html/html_tablesection_element.c @@ -193,7 +193,7 @@ SIMPLE_GET_SET(ch_off); SIMPLE_GET_SET(v_align); /* The callback function for _dom_html_collection_create*/ -bool table_section_callback(struct dom_node_internal *node, void *ctx) +static bool table_section_callback(struct dom_node_internal *node, void *ctx) { dom_html_document *doc = ctx; if(node->type == DOM_ELEMENT_NODE && -- cgit v1.2.3