1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-12-04 14:46:31 -05:00

I missed a spot. And another one.

svn path=/trunk/avl/; revision=5084
This commit is contained in:
brendan 2003-07-07 01:40:08 +00:00
parent 4a83cc46cd
commit a9e671088c

View File

@ -22,7 +22,7 @@
* *
*/ */
/* $Id: avl.c,v 1.5 2003/07/07 01:10:14 brendan Exp $ */ /* $Id: avl.c,v 1.6 2003/07/07 01:40:08 brendan Exp $ */
/* /*
* This is a fairly straightfoward translation of a prototype * This is a fairly straightfoward translation of a prototype
@ -1074,7 +1074,7 @@ default_key_printer (char * buffer, void * key)
* it backwards using recursion. * it backwards using recursion.
*/ */
void static void
print_connectors (link_node * link) print_connectors (link_node * link)
{ {
if (link->parent) { if (link->parent) {
@ -1101,7 +1101,7 @@ print_connectors (link_node * link)
* representation. * representation.
*/ */
void static void
print_node (avl_key_printer_fun_type key_printer, print_node (avl_key_printer_fun_type key_printer,
avl_node * node, avl_node * node,
link_node * link) link_node * link)