summaryrefslogtreecommitdiffstats
path: root/libcnary/node_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcnary/node_list.c')
-rw-r--r--libcnary/node_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcnary/node_list.c b/libcnary/node_list.c
index 4b268e0..dd143bb 100644
--- a/libcnary/node_list.c
+++ b/libcnary/node_list.c
@@ -35,7 +35,7 @@ void node_list_destroy(node_list_t* list) {
35 } 35 }
36} 36}
37 37
38node_list_t* node_list_create(node_t* node) { 38node_list_t* node_list_create() {
39 node_list_t* list = (node_list_t*) malloc(sizeof(node_list_t)); 39 node_list_t* list = (node_list_t*) malloc(sizeof(node_list_t));
40 if(list == NULL) { 40 if(list == NULL) {
41 return NULL; 41 return NULL;