projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa12eb
)
Removed compiler warning.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 27 Feb 2001 16:50:29 +0000
(16:50 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 27 Feb 2001 16:50:29 +0000
(16:50 +0000)
lib/avl_tree.c
patch
|
blob
|
history
diff --git
a/lib/avl_tree.c
b/lib/avl_tree.c
index 9b7a06c18ecfb138e502ddbbe47d5286abc07c44..a07f123f9fb3cf7ee814230fcd13bf84a74d3f7c 100644
(file)
--- a/
lib/avl_tree.c
+++ b/
lib/avl_tree.c
@@
-29,7
+29,7
@@
library for inclusion into tinc (http://tinc.nl.linux.org/) by
Guus Sliepen <guus@sliepen.warande.net>.
- $Id: avl_tree.c,v 1.1.2.
6 2001/02/20 21:53:18 wsl
Exp $
+ $Id: avl_tree.c,v 1.1.2.
7 2001/02/27 16:50:29 guus
Exp $
*/
#include <stdio.h>
@@
-430,7
+430,7
@@
avl_node_t *avl_insert(avl_tree_t *tree, void *data)
new->data = data;
avl_insert_after(tree, closest, new);
break;
-
case 0
:
+
default
:
return NULL;
}
}