diff --git a/common/list16.c b/common/list16.c index caeb9cdb..5e5c3d7f 100644 --- a/common/list16.c +++ b/common/list16.c @@ -157,7 +157,7 @@ list16_insert_item(struct list16 *self, int index, tui16 item) if (index == self->count) { - list_add_item(self, item); + list16_add_item(self, item); return; }