aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_dll.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-27 22:09:05 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-27 22:09:05 +0100
commit212addcc5d177059cd11183034dcd5cf26a413ee (patch)
tree50d06bbaeec68538b29004ff00274417b6456e10 /src/util/test_container_dll.c
parent0fb9f54b31e618aa2e73d29996bdd7d26b948cda (diff)
downloadgnunet-212addcc5d177059cd11183034dcd5cf26a413ee.tar.gz
gnunet-212addcc5d177059cd11183034dcd5cf26a413ee.zip
fix comments, fix test
Diffstat (limited to 'src/util/test_container_dll.c')
-rw-r--r--src/util/test_container_dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_container_dll.c b/src/util/test_container_dll.c
index a1954e8fa..4d2830807 100644
--- a/src/util/test_container_dll.c
+++ b/src/util/test_container_dll.c
@@ -72,7 +72,7 @@ int
72main (int argc, char **argv) 72main (int argc, char **argv)
73{ 73{
74 unsigned int values[] = { 74 unsigned int values[] = {
75 4, 5, 8, 6, 9, 3, 7, 2, 6, 1, 0 75 4, 5, 8, 6, 9, 3, 7, 2, 1, 0
76 }; 76 };
77 struct Element *head = NULL; 77 struct Element *head = NULL;
78 struct Element *tail = NULL; 78 struct Element *tail = NULL;