aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_dll.c
diff options
context:
space:
mode:
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;