From f566b7cab8ffc9f4e959154a57bef91521f20d8a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 5 Feb 2016 18:04:10 +0000 Subject: Cleanup: Remove odd declaration of callback outside header guard. --- src/html/html_tablerow_element.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/html_tablerow_element.c') diff --git a/src/html/html_tablerow_element.c b/src/html/html_tablerow_element.c index f4925bb..b722d0d 100644 --- a/src/html/html_tablerow_element.c +++ b/src/html/html_tablerow_element.c @@ -317,7 +317,7 @@ dom_exception dom_html_table_row_element_get_section_row_index( * \param ctx The dom_html_document object (void *) * \return DOM_NO_ERR on success, appropriate dom_exception on failure. */ -bool table_cells_callback(struct dom_node_internal *node, void *ctx) +static bool table_cells_callback(struct dom_node_internal *node, void *ctx) { dom_html_document *doc = ctx; if (node->type == DOM_ELEMENT_NODE && -- cgit v1.2.3