summaryrefslogtreecommitdiff
path: root/src/splaytree.h
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2006-10-09 09:32:13 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2006-10-09 09:32:13 +0000
commite4c4e8f27b87db4084df3a3ee4f69f11f1b421af (patch)
tree0b98fbd030b6861640091b40838502371710d8b2 /src/splaytree.h
parentb01d8392f0f4dde45edf65a5dd25e62abbe831b0 (diff)
downloadlighttpd-e4c4e8f27b87db4084df3a3ee4f69f11f1b421af.tar.gz
eloy: new upstream version
Diffstat (limited to 'src/splaytree.h')
-rw-r--r--src/splaytree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splaytree.h b/src/splaytree.h
index 98e4234..4be1523 100644
--- a/src/splaytree.h
+++ b/src/splaytree.h
@@ -19,6 +19,6 @@ splay_tree * splaytree_size(splay_tree *t);
/* This macro returns the size of a node. Unlike "x->size", */
/* it works even if x=NULL. The test could be avoided by using */
/* a special version of NULL which was a real node with size 0. */
-
+
#endif