diff --git a/src/ordinary.c b/src/ordinary.c index f815c35..9027c7c 100644 --- a/src/ordinary.c +++ b/src/ordinary.c @@ -57,7 +57,7 @@ struct ordinary_node *ordinary_list_add(struct ordinary_list *list, void *val) { return node; } -void standard_list_mov(struct standard_list *list, struct standard_node *node) { +void ordinary_list_mov(struct standard_list *list, struct standard_node *node) { struct ordinary_node *prev = node->prev; struct ordinary_node *next = node->next;