summaryrefslogtreecommitdiff
path: root/src/html/html_tablerow_element.c
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-02-05 18:04:10 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-05 18:04:10 +0000
commitf566b7cab8ffc9f4e959154a57bef91521f20d8a (patch)
tree7dad74b60ecee7a0027a178333bffe1687019f59 /src/html/html_tablerow_element.c
parente13599e9c92a4dc93443c1dd63b1dbf4b665c83b (diff)
downloadlibdom-f566b7cab8ffc9f4e959154a57bef91521f20d8a.tar.gz
libdom-f566b7cab8ffc9f4e959154a57bef91521f20d8a.tar.bz2
Cleanup: Remove odd declaration of callback outside header guard.
Diffstat (limited to 'src/html/html_tablerow_element.c')
-rw-r--r--src/html/html_tablerow_element.c2
1 files changed, 1 insertions, 1 deletions
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 &&