common: fix for list16_insert_item

ulab-next-nosound
Jay Sorg 10 years ago
parent b7d15c55ed
commit f49ca27ea7

@ -157,7 +157,7 @@ list16_insert_item(struct list16 *self, int index, tui16 item)
if (index == self->count) if (index == self->count)
{ {
list_add_item(self, item); list16_add_item(self, item);
return; return;
} }

Loading…
Cancel
Save