Fix build with NETGRAPH_DEBUG.

This commit is contained in:
Gleb Smirnoff 2011-07-04 13:55:55 +00:00
parent 678d0423c3
commit f8dd68c912
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223761

View File

@ -493,11 +493,11 @@ _ng_node_ref(node_p node, char *file, int line)
_NG_NODE_REF(node);
}
static __inline int
static __inline void
_ng_node_unref(node_p node, char *file, int line)
{
_chknode(node, file, line);
return (_NG_NODE_UNREF(node));
_NG_NODE_UNREF(node);
}
static __inline void