Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
1af405ee
Commit
1af405ee
authored
Jul 07, 2003
by
brendan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I missed a spot. And another one.
svn path=/trunk/avl/; revision=5084
parent
8278b004
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/avl/avl.c
src/avl/avl.c
+3
-3
No files found.
src/avl/avl.c
View file @
1af405ee
...
...
@@ -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
...
...
@@ -1074,7 +1074,7 @@ default_key_printer (char * buffer, void * key)
* it backwards using recursion.
*/
void
static
void
print_connectors
(
link_node
*
link
)
{
if
(
link
->
parent
)
{
...
...
@@ -1101,7 +1101,7 @@ print_connectors (link_node * link)
* representation.
*/
void
static
void
print_node
(
avl_key_printer_fun_type
key_printer
,
avl_node
*
node
,
link_node
*
link
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment