Skip to content
Snippets Groups Projects
Commit 7fab9e92 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

debug: fix callback type

parent f43c89c4
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,12 @@
#include "common/print.h"
#if defined(KNOT_ZONE_DEBUG)
static void knot_node_dump_from_tree(knot_node_t *node, void *data)
static int knot_node_dump_from_tree(knot_node_t *node, void *data)
{
UNUSED(data);
knot_node_dump(node);
return KNOT_EOK;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment