diff options
Diffstat (limited to 'libcnary')
-rw-r--r-- | libcnary/node_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcnary/node_list.c b/libcnary/node_list.c index b0dca0a..d071881 100644 --- a/libcnary/node_list.c +++ b/libcnary/node_list.c @@ -151,7 +151,7 @@ int node_list_remove(node_list_t* list, node_t* node) { return node_index; } node_index++; - } + } return -1; } |